#B664A0

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

Shades of Violet Blue #B664A0

Tints of Violet Blue #B664A0

Color information

#B664A0 (or 0xB664A0) is unknown color: approx Violet Blue. HEX triplet: B6, 64 and A0. RGB value is (182,100,160). Sum of RGB (Red+Green+Blue) = 182+100+160=442 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.18% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 182 - color contains mainly: red. Hex color #B664A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B664A0 is #499B5F. Grayscale: #838383. Windows color (decimal): -4823904 or 10511542. OLE color: 10511542.

HSL color Cylindrical-coordinate representation of color #B664A0: hue angle of 316.1º 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 #B664A0 is Cyan = 0, Magento = 0.45, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB182100160-
CMYK00.450.120.29
HSL316.1º35.96%55.29%-
HSV(B)316.1º45.05%71.37%-
XYZ30.1921.635.84-
YUV131.36144.17164.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.18%
GREEN value IS 100 (39.45% from 255) = 22.62%
BLUE value IS 160 (62.89% from 255) = 36.20%
R=41.18%
G=22.62%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210016000.450.120.29316.135.9655.29
HexB664A002DC1D13c2437
Octal26614424005514354744467
Binary101101101100100101000000101101110011101100111100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B664A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B664A0; }

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

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

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

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

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

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

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

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