#B664AA

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

Shades of Violet Blue #B664AA

Tints of Violet Blue #B664AA

Color information

#B664AA (or 0xB664AA) is unknown color: approx Violet Blue. HEX triplet: B6, 64 and AA. RGB value is (182,100,170). Sum of RGB (Red+Green+Blue) = 182+100+170=452 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.27% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 182 - color contains mainly: red. Hex color #B664AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B664AA is #499B55. Grayscale: #848484. Windows color (decimal): -4823894 or 11166902. OLE color: 11166902.

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

Color convert

RGB182100170-
CMYK00.450.070.29
HSL308.78º35.96%55.29%-
HSV(B)308.78º45.05%71.37%-
XYZ31.121.9640.63-
YUV132.5149.17163.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.27%
GREEN value IS 100 (39.45% from 255) = 22.12%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=40.27%
G=22.12%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210017000.450.070.29308.7835.9655.29
HexB664AA02D71D1352437
Octal2661442520557354654467
Binary10110110110010010101010010110111111101100110101100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B664AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B664AA; }

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

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

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

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

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

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

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

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