#B664A7

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

Shades of Violet Blue #B664A7

Tints of Violet Blue #B664A7

Color information

#B664A7 (or 0xB664A7) is unknown color: approx Violet Blue. HEX triplet: B6, 64 and A7. RGB value is (182,100,167). Sum of RGB (Red+Green+Blue) = 182+100+167=449 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.53% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 182 - color contains mainly: red. Hex color #B664A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B664A7 is #499B58. Grayscale: #838383. Windows color (decimal): -4823897 or 10970294. OLE color: 10970294.

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

Color convert

RGB182100167-
CMYK00.450.080.29
HSL310.98º35.96%55.29%-
HSV(B)310.98º45.05%71.37%-
XYZ30.8221.8539.15-
YUV132.16147.67163.55-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.53%
GREEN value IS 100 (39.45% from 255) = 22.27%
BLUE value IS 167 (65.62% from 255) = 37.19%
R=40.53%
G=22.27%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210016700.450.080.29310.9835.9655.29
HexB664A702D81D1372437
Octal26614424705510354674467
Binary101101101100100101001110101101100011101100110111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B664A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B664A7; }

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

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

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

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

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

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

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

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