#B664AD

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

Shades of Violet Blue #B664AD

Tints of Violet Blue #B664AD

Color information

#B664AD (or 0xB664AD) is unknown color: approx Violet Blue. HEX triplet: B6, 64 and AD. RGB value is (182,100,173). Sum of RGB (Red+Green+Blue) = 182+100+173=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 173 (67.97% from 255 or 38.02% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B664AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B664AD is #499B52. Grayscale: #848484. Windows color (decimal): -4823891 or 11363510. OLE color: 11363510.

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

Color convert

RGB182100173-
CMYK00.450.050.29
HSL306.59º35.96%55.29%-
HSV(B)306.59º45.05%71.37%-
XYZ31.3922.0842.14-
YUV132.84150.67163.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 100 (39.45% from 255) = 21.98%
BLUE value IS 173 (67.97% from 255) = 38.02%
R=40%
G=21.98%
B=38.02%

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
Decimal18210017300.450.050.29306.5935.9655.29
HexB664AD02D51D1332437
Octal2661442550555354634467
Binary10110110110010010101101010110110111101100110011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B664AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B664AD; }

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

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

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

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

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

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

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

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