#B06FEB

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

Shades of Medium Purple #B06FEB

Tints of Medium Purple #B06FEB

Color information

#B06FEB (or 0xB06FEB) is unknown color: approx Medium Purple. HEX triplet: B0, 6F and EB. RGB value is (176,111,235). Sum of RGB (Red+Green+Blue) = 176+111+235=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 111 (43.75% from 255 or 21.26% from 522); Blue value is 235 (92.19% from 255 or 45.02% from 522); Max value from RGB is 235 - color contains mainly: blue. Hex color #B06FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06FEB is #4F9014. Grayscale: #909090. Windows color (decimal): -5214229 or 15429552. OLE color: 15429552.

HSL color Cylindrical-coordinate representation of color #B06FEB: hue angle of 271.45º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B06FEB is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB176111235-
CMYK0.250.5300.08
HSL271.45º75.61%67.84%-
HSV(B)271.45º52.77%92.16%-
XYZ38.5826.681.7-
YUV144.57179.03150.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.72%
GREEN value IS 111 (43.75% from 255) = 21.26%
BLUE value IS 235 (92.19% from 255) = 45.02%
R=33.72%
G=21.26%
B=45.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1761112350.250.5300.08271.4575.6167.84
HexB06FEB19350810f4c44
Octal2601573533165010417114104
Binary10110000110111111101011110011101010100010000111110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06FEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06FEB; }

 p { color: rgb(176,111,235); }

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

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

 a { background-color: rgb(176,111,235); }

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

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

 span { border-color: rgb(176,111,235); }

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