Html Css Color HEX #B070F3 Medium Purple

📋 copy color: '#B070F3'

red 176 ◦ green 112 ◦ blue 243

#B070F3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #B070F3

Tints of Medium Purple #B070F3

RGB

 RED value IS 176 (69.14% from 255) = 33.15%

 GREEN value IS 112 (44.14% from 255) = 21.09%

 BLUE value IS 243 (95.31% from 255) = 45.76%

R = 33.15%
G = 21.09%
B = 45.76%

CMYK

 C value IS 0.28

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B070F3 (or 0xB070F3) is known color: Medium Purple. HEX triplet: B0, 70 and F3. RGB value is (176,112,243). Sum of RGB (Red+Green+Blue) = 176+112+243=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 112 (44.14% from 255 or 21.09% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #B070F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B070F3 is #4F8F0C. Grayscale: #919191. Windows color (decimal): -5213965 or 15954096. OLE color: 15954096.

HSL color Cylindrical-coordinate representation of color #B070F3: hue angle of 269.31º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B070F3 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 112 243 -
CMYK 0.28 0.54 0 0.05
HSL 269.31º 0.85% 0.7% -
HSV(B) 269.31º 0.54% 0.95% -
XYZ 39.88 27.29 87.96 -
YUV 146.07 182.7 149.35 -
System Red Green Blue C M Y K H S L
Decimal 176 112 243 0.28 0.54 0 0.05 269.31 0.85 0.7
Hex B0 70 F3 1C 36 0 5 10D 55 46
Octal 260 160 363 34 66 0 5 415 125 106
Binary 10110000 1110000 11110011 11100 110110 0 101 100001101 1010101 1000110

Color Harmonies of #B070F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B070F3

Black with #B070F3

Text Example


Text Example

White with #B070F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B070F3; }

 p { color: rgb(176,112,243); }

 H1.HeaderClassName
 {
   color: #B070F3;
 }
 .AnyTagClassName
 {
   color: #B070F3;
 }
</style>

background-color css

<style>
 a { background-color: #B070F3; }

 a { background-color: rgb(176,112,243); }

 div.DivClassName
 {
   background-color: #B070F3;
 }
 .BgClassName
 {
   background-color: #B070F3;
 }
</style>

border-color css

<style>
 span { border-color: #B070F3; }

 span { border-color: rgb(176,112,243); }

 td.TdClassName
 {
   border-color: #B070F3;
 }
 .TagClassName
 {
   border-color: #B070F3;
 }
</style>