#BB6AAA

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

Shades of Violet Blue #BB6AAA

Tints of Violet Blue #BB6AAA

Color information

#BB6AAA (or 0xBB6AAA) is unknown color: approx Violet Blue. HEX triplet: BB, 6A and AA. RGB value is (187,106,170). Sum of RGB (Red+Green+Blue) = 187+106+170=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6AAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6AAA is #449555. Grayscale: #898989. Windows color (decimal): -4494678 or 11168443. OLE color: 11168443.

HSL color Cylindrical-coordinate representation of color #BB6AAA: hue angle of 312.59º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB6AAA is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB187106170-
CMYK00.430.090.27
HSL312.59º37.33%57.45%-
HSV(B)312.59º43.32%73.33%-
XYZ32.923.7840.89-
YUV137.51146.34163.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.39%
GREEN value IS 106 (41.80% from 255) = 22.89%
BLUE value IS 170 (66.80% from 255) = 36.72%
R=40.39%
G=22.89%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710617000.430.090.27312.5937.3357.45
HexBB6AAA02B91B1392539
Octal27315225205311334714571
Binary101110111101010101010100101011100111011100111001100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB6AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB6AAA; }

 p { color: rgb(187,106,170); }

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

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

 a { background-color: rgb(187,106,170); }

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

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

 span { border-color: rgb(187,106,170); }

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