#B06BEC

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

Shades of Medium Purple #B06BEC

Tints of Medium Purple #B06BEC

Color information

#B06BEC (or 0xB06BEC) is unknown color: approx Medium Purple. HEX triplet: B0, 6B and EC. RGB value is (176,107,236). Sum of RGB (Red+Green+Blue) = 176+107+236=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 107 (42.19% from 255 or 20.62% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #B06BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B06BEC is #4F9413. Grayscale: #8D8D8D. Windows color (decimal): -5215252 or 15494064. OLE color: 15494064.

HSL color Cylindrical-coordinate representation of color #B06BEC: hue angle of 272.09º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B06BEC is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB176107236-
CMYK0.250.5500.07
HSL272.09º77.25%67.25%-
HSV(B)272.09º54.66%92.55%-
XYZ38.325.882.32-
YUV142.34180.86152.01-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.91%
GREEN value IS 107 (42.19% from 255) = 20.62%
BLUE value IS 236 (92.58% from 255) = 45.47%
R=33.91%
G=20.62%
B=45.47%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1761072360.250.5500.07272.0977.2567.25
HexB06BEC1937071104d43
Octal260153354316707420115103
Binary1011000011010111110110011001110111011110001000010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B06BEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B06BEC; }

 p { color: rgb(176,107,236); }

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

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

 a { background-color: rgb(176,107,236); }

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

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

 span { border-color: rgb(176,107,236); }

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