#BB1082

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

Shades of Medium Violet Red #BB1082

Tints of Medium Violet Red #BB1082

Color information

#BB1082 (or 0xBB1082) is unknown color: approx Medium Violet Red. HEX triplet: BB, 10 and 82. RGB value is (187,16,130). Sum of RGB (Red+Green+Blue) = 187+16+130=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 130 (51.17% from 255 or 39.04% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1082 is #44EF7D. Grayscale: #4F4F4F. Windows color (decimal): -4517758 or 8523963. OLE color: 8523963.

HSL color Cylindrical-coordinate representation of color #BB1082: hue angle of 320º 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 #BB1082 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB18716130-
CMYK00.910.300.27
HSL320º84.24%39.8%-
HSV(B)320º91.44%73.33%-
XYZ24.7112.5522.24-
YUV80.12156.15204.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.16%
GREEN value IS 16 (6.64% from 255) = 4.80%
BLUE value IS 130 (51.17% from 255) = 39.04%
R=56.16%
G=4.80%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871613000.910.300.2732084.2439.8
HexBB108205B1E1B1405428
Octal273202020133363350012450
Binary1011101110000100000100101101111110110111010000001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1082; }

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

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

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

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

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

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

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

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