#B06AF2

Color #B06AF2 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #B06AF2

Tints of Medium Purple #B06AF2

Color information

#B06AF2 (or 0xB06AF2) is unknown color: approx Medium Purple. HEX triplet: B0, 6A and F2. RGB value is (176,106,242). Sum of RGB (Red+Green+Blue) = 176+106+242=524 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.59% from 524); Green value is 106 (41.80% from 255 or 20.23% from 524); Blue value is 242 (94.92% from 255 or 46.18% from 524); Max value from RGB is 242 - color contains mainly: blue. Hex color #B06AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06AF2 is #4F950D. Grayscale: #8D8D8D. Windows color (decimal): -5215502 or 15887024. OLE color: 15887024.

HSL color Cylindrical-coordinate representation of color #B06AF2: hue angle of 270.88º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B06AF2 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB176106242-
CMYK0.270.5600.05
HSL270.88º83.95%68.24%-
HSV(B)270.88º56.2%94.9%-
XYZ39.0925.9586.95-
YUV142.43184.19151.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.59%
GREEN value IS 106 (41.80% from 255) = 20.23%
BLUE value IS 242 (94.92% from 255) = 46.18%
R=33.59%
G=20.23%
B=46.18%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1761062420.270.5600.05270.8883.9568.24
HexB06AF21B380510f5444
Octal260152362337005417124104
Binary1011000011010101111001011011111000010110000111110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06AF2; }

 p { color: rgb(176,106,242); }

 H1.HeaderClassName
 {
   color: #B06AF2;
 }
 .AnyTagClassName
 {
   color: #B06AF2;
 }
</style>
background-color css

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

 a { background-color: rgb(176,106,242); }

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

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

 span { border-color: rgb(176,106,242); }

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