#BB0AA6

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

Shades of Medium Violet Red #BB0AA6

Tints of Medium Violet Red #BB0AA6

Color information

#BB0AA6 (or 0xBB0AA6) is unknown color: approx Medium Violet Red. HEX triplet: BB, 0A and A6. RGB value is (187,10,166). Sum of RGB (Red+Green+Blue) = 187+10+166=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 10 (4.30% from 255 or 2.75% from 363); Blue value is 166 (65.23% from 255 or 45.73% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0AA6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB0AA6 is #44F559. Grayscale: #505050. Windows color (decimal): -4519258 or 10881723. OLE color: 10881723.

HSL color Cylindrical-coordinate representation of color #BB0AA6: hue angle of 307.12º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0AA6 is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB18710166-
CMYK00.950.110.27
HSL307.12º89.85%38.63%-
HSV(B)307.12º94.65%73.33%-
XYZ27.4813.5437.24-
YUV80.71176.14203.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.52%
GREEN value IS 10 (4.30% from 255) = 2.75%
BLUE value IS 166 (65.23% from 255) = 45.73%
R=51.52%
G=2.75%
B=45.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871016600.950.110.27307.1289.8538.63
HexBBAA605FB1B1335a27
Octal273122460137133346313247
Binary10111011101010100110010111111011110111001100111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB0AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB0AA6; }

 p { color: rgb(187,10,166); }

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

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

 a { background-color: rgb(187,10,166); }

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

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

 span { border-color: rgb(187,10,166); }

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