#BB12A8

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

Shades of Medium Violet Red #BB12A8

Tints of Medium Violet Red #BB12A8

Color information

#BB12A8 (or 0xBB12A8) is unknown color: approx Medium Violet Red. HEX triplet: BB, 12 and A8. RGB value is (187,18,168). Sum of RGB (Red+Green+Blue) = 187+18+168=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 18 (7.42% from 255 or 4.83% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB12A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB12A8 is #44ED57. Grayscale: #555555. Windows color (decimal): -4517208 or 11014843. OLE color: 11014843.

HSL color Cylindrical-coordinate representation of color #BB12A8: hue angle of 306.75º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB12A8 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB18718168-
CMYK00.900.100.27
HSL306.75º82.44%40.2%-
HSV(B)306.75º90.37%73.33%-
XYZ27.7813.8238.25-
YUV85.63174.49200.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.13%
GREEN value IS 18 (7.42% from 255) = 4.83%
BLUE value IS 168 (66.02% from 255) = 45.04%
R=50.13%
G=4.83%
B=45.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871816800.900.100.27306.7582.4440.2
HexBB12A805AA1B1335228
Octal273222500132123346312250
Binary101110111001010101000010110101010110111001100111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB12A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB12A8; }

 p { color: rgb(187,18,168); }

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

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

 a { background-color: rgb(187,18,168); }

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

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

 span { border-color: rgb(187,18,168); }

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