#BB1284

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

Shades of Medium Violet Red #BB1284

Tints of Medium Violet Red #BB1284

Color information

#BB1284 (or 0xBB1284) is unknown color: approx Medium Violet Red. HEX triplet: BB, 12 and 84. RGB value is (187,18,132). Sum of RGB (Red+Green+Blue) = 187+18+132=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 18 (7.42% from 255 or 5.34% from 337); Blue value is 132 (51.95% from 255 or 39.17% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1284 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB1284 is #44ED7B. Grayscale: #515151. Windows color (decimal): -4517244 or 8655547. OLE color: 8655547.

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

Color convert

RGB18718132-
CMYK00.900.290.27
HSL319.53º82.44%40.2%-
HSV(B)319.53º90.37%73.33%-
XYZ24.8712.6622.96-
YUV81.53156.49203.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.49%
GREEN value IS 18 (7.42% from 255) = 5.34%
BLUE value IS 132 (51.95% from 255) = 39.17%
R=55.49%
G=5.34%
B=39.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.29
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871813200.900.290.27319.5382.4440.2
HexBB128405A1D1B1405228
Octal273222040132353350012250
Binary1011101110010100001000101101011101110111010000001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1284; }

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

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

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

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

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

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

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

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