#BB10A0

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

Shades of Medium Violet Red #BB10A0

Tints of Medium Violet Red #BB10A0

Color information

#BB10A0 (or 0xBB10A0) is unknown color: approx Medium Violet Red. HEX triplet: BB, 10 and A0. RGB value is (187,16,160). Sum of RGB (Red+Green+Blue) = 187+16+160=363 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.52% from 363); Green value is 16 (6.64% from 255 or 4.41% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 187 - color contains mainly: red. Hex color #BB10A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB10A0 is #44EF5F. Grayscale: #535353. Windows color (decimal): -4517728 or 10490043. OLE color: 10490043.

HSL color Cylindrical-coordinate representation of color #BB10A0: hue angle of 309.47º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB10A0 is Cyan = 0, Magento = 0.91, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB18716160-
CMYK00.910.140.27
HSL309.47º84.24%39.8%-
HSV(B)309.47º91.44%73.33%-
XYZ27.0213.4734.43-
YUV83.54171.15201.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.52%
GREEN value IS 16 (6.64% from 255) = 4.41%
BLUE value IS 160 (62.89% from 255) = 44.08%
R=51.52%
G=4.41%
B=44.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871616000.910.140.27309.4784.2439.8
HexBB10A005BE1B1355428
Octal273202400133163346512450
Binary101110111000010100000010110111110110111001101011010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB10A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB10A0; }

 p { color: rgb(187,16,160); }

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

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

 a { background-color: rgb(187,16,160); }

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

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

 span { border-color: rgb(187,16,160); }

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