#B66FAC

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

Shades of Violet Blue #B66FAC

Tints of Violet Blue #B66FAC

Color information

#B66FAC (or 0xB66FAC) is unknown color: approx Violet Blue. HEX triplet: B6, 6F and AC. RGB value is (182,111,172). Sum of RGB (Red+Green+Blue) = 182+111+172=465 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.14% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 182 - color contains mainly: red. Hex color #B66FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B66FAC is #499053. Grayscale: #8B8B8B. Windows color (decimal): -4821076 or 11300790. OLE color: 11300790.

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

Color convert

RGB182111172-
CMYK00.390.050.29
HSL308.45º32.72%57.45%-
HSV(B)308.45º39.01%71.37%-
XYZ32.4224.2942.01-
YUV139.18146.52158.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.14%
GREEN value IS 111 (43.75% from 255) = 23.87%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=39.14%
G=23.87%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18211117200.390.050.29308.4532.7257.45
HexB66FAC02751D1342139
Octal2661572540475354644171
Binary10110110110111110101100010011110111101100110100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66FAC; }

 p { color: rgb(182,111,172); }

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

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

 a { background-color: rgb(182,111,172); }

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

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

 span { border-color: rgb(182,111,172); }

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