#BB1B82

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

Shades of Medium Violet Red #BB1B82

Tints of Medium Violet Red #BB1B82

Color information

#BB1B82 (or 0xBB1B82) is unknown color: approx Medium Violet Red. HEX triplet: BB, 1B and 82. RGB value is (187,27,130). Sum of RGB (Red+Green+Blue) = 187+27+130=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 27 (10.94% from 255 or 7.85% from 344); Blue value is 130 (51.17% from 255 or 37.79% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1B82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1B82 is #44E47D. Grayscale: #565656. Windows color (decimal): -4514942 or 8526779. OLE color: 8526779.

HSL color Cylindrical-coordinate representation of color #BB1B82: hue angle of 321.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1B82 is Cyan = 0, Magento = 0.86, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB18727130-
CMYK00.860.300.27
HSL321.38º74.77%41.96%-
HSV(B)321.38º85.56%73.33%-
XYZ24.9112.9622.31-
YUV86.58152.51199.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.36%
GREEN value IS 27 (10.94% from 255) = 7.85%
BLUE value IS 130 (51.17% from 255) = 37.79%
R=54.36%
G=7.85%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1872713000.860.300.27321.3874.7741.96
HexBB1B820561E1B1414b2a
Octal273332020126363350111352
Binary1011101111011100000100101011011110110111010000011001011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1B82; }

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

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

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

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

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

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

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

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