#BB69AA

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

Shades of Violet Blue #BB69AA

Tints of Violet Blue #BB69AA

Color information

#BB69AA (or 0xBB69AA) is unknown color: approx Violet Blue. HEX triplet: BB, 69 and AA. RGB value is (187,105,170). Sum of RGB (Red+Green+Blue) = 187+105+170=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 187 - color contains mainly: red. Hex color #BB69AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB69AA is #449655. Grayscale: #888888. Windows color (decimal): -4494934 or 11168187. OLE color: 11168187.

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

Color convert

RGB187105170-
CMYK00.440.090.27
HSL312.44º37.61%57.25%-
HSV(B)312.44º43.85%73.33%-
XYZ32.823.5740.85-
YUV136.93146.67163.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.48%
GREEN value IS 105 (41.41% from 255) = 22.73%
BLUE value IS 170 (66.80% from 255) = 36.80%
R=40.48%
G=22.73%
B=36.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710517000.440.090.27312.4437.6157.25
HexBB69AA02C91B1382639
Octal27315125205411334704671
Binary101110111101001101010100101100100111011100111000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB69AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB69AA; }

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

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

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

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

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

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

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

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