#B66EAF

Color #B66EAF Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B66EAF

Tints of Violet Blue #B66EAF

Color information

#B66EAF (or 0xB66EAF) is unknown color: approx Violet Blue. HEX triplet: B6, 6E and AF. RGB value is (182,110,175). Sum of RGB (Red+Green+Blue) = 182+110+175=467 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.97% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 182 - color contains mainly: red. Hex color #B66EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66EAF is #499150. Grayscale: #8A8A8A. Windows color (decimal): -4821329 or 11497142. OLE color: 11497142.

HSL color Cylindrical-coordinate representation of color #B66EAF: hue angle of 305.83º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B66EAF is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB182110175-
CMYK00.400.040.29
HSL305.83º33.03%57.25%-
HSV(B)305.83º39.56%71.37%-
XYZ32.6124.1943.51-
YUV138.94148.35158.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.97%
GREEN value IS 110 (43.36% from 255) = 23.55%
BLUE value IS 175 (68.75% from 255) = 37.47%
R=38.97%
G=23.55%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211017500.400.040.29305.8333.0357.25
HexB66EAF02841D1322139
Octal2661562570504354624171
Binary10110110110111010101111010100010011101100110010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66EAF; }

 p { color: rgb(182,110,175); }

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

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

 a { background-color: rgb(182,110,175); }

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

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

 span { border-color: rgb(182,110,175); }

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