#B664AC

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

Shades of Violet Blue #B664AC

Tints of Violet Blue #B664AC

Color information

#B664AC (or 0xB664AC) is unknown color: approx Violet Blue. HEX triplet: B6, 64 and AC. RGB value is (182,100,172). Sum of RGB (Red+Green+Blue) = 182+100+172=454 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.09% from 454); Green value is 100 (39.45% from 255 or 22.03% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 182 - color contains mainly: red. Hex color #B664AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B664AC is #499B53. Grayscale: #848484. Windows color (decimal): -4823892 or 11297974. OLE color: 11297974.

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

Color convert

RGB182100172-
CMYK00.450.050.29
HSL307.32º35.96%55.29%-
HSV(B)307.32º45.05%71.37%-
XYZ31.2922.0441.63-
YUV132.73150.17163.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.09%
GREEN value IS 100 (39.45% from 255) = 22.03%
BLUE value IS 172 (67.58% from 255) = 37.89%
R=40.09%
G=22.03%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210017200.450.050.29307.3235.9655.29
HexB664AC02D51D1332437
Octal2661442540555354634467
Binary10110110110010010101100010110110111101100110011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B664AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B664AC; }

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

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

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

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

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

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

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

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