#BB1E84

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

Shades of Medium Violet Red #BB1E84

Tints of Medium Violet Red #BB1E84

Color information

#BB1E84 (or 0xBB1E84) is unknown color: approx Medium Violet Red. HEX triplet: BB, 1E and 84. RGB value is (187,30,132). Sum of RGB (Red+Green+Blue) = 187+30+132=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1E84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1E84 is #44E17B. Grayscale: #585858. Windows color (decimal): -4514172 or 8658619. OLE color: 8658619.

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

Color convert

RGB18730132-
CMYK00.840.290.27
HSL321.02º72.35%42.55%-
HSV(B)321.02º83.96%73.33%-
XYZ25.1213.1623.05-
YUV88.57152.51198.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.58%
GREEN value IS 30 (12.11% from 255) = 8.60%
BLUE value IS 132 (51.95% from 255) = 37.82%
R=53.58%
G=8.60%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873013200.840.290.27321.0272.3542.55
HexBB1E840541D1B141482b
Octal273362040124353350111053
Binary1011101111110100001000101010011101110111010000011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1E84; }

 p { color: rgb(187,30,132); }

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

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

 a { background-color: rgb(187,30,132); }

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

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

 span { border-color: rgb(187,30,132); }

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