#BB1081

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

Shades of Medium Violet Red #BB1081

Tints of Medium Violet Red #BB1081

Color information

#BB1081 (or 0xBB1081) is unknown color: approx Medium Violet Red. HEX triplet: BB, 10 and 81. RGB value is (187,16,129). Sum of RGB (Red+Green+Blue) = 187+16+129=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1081 is #44EF7E. Grayscale: #4F4F4F. Windows color (decimal): -4517759 or 8458427. OLE color: 8458427.

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

Color convert

RGB18716129-
CMYK00.910.310.27
HSL320.35º84.24%39.8%-
HSV(B)320.35º91.44%73.33%-
XYZ24.6412.5221.89-
YUV80.01155.65204.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.33%
GREEN value IS 16 (6.64% from 255) = 4.82%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=56.33%
G=4.82%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871612900.910.310.27320.3584.2439.8
HexBB108105B1F1B1405428
Octal273202010133373350012450
Binary1011101110000100000010101101111111110111010000001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1081; }

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

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

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

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

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

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

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

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