#BB1F81

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

Shades of Medium Violet Red #BB1F81

Tints of Medium Violet Red #BB1F81

Color information

#BB1F81 (or 0xBB1F81) is unknown color: approx Medium Violet Red. HEX triplet: BB, 1F and 81. RGB value is (187,31,129). Sum of RGB (Red+Green+Blue) = 187+31+129=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 31 (12.5% from 255 or 8.93% from 347); Blue value is 129 (50.78% from 255 or 37.18% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1F81 is #44E07E. Grayscale: #585858. Windows color (decimal): -4513919 or 8462267. OLE color: 8462267.

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

Color convert

RGB18731129-
CMYK00.830.310.27
HSL322.31º71.56%42.75%-
HSV(B)322.31º83.42%73.33%-
XYZ24.9513.1321.99-
YUV88.82150.68198.03-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.89%
GREEN value IS 31 (12.5% from 255) = 8.93%
BLUE value IS 129 (50.78% from 255) = 37.18%
R=53.89%
G=8.93%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1873112900.830.310.27322.3171.5642.75
HexBB1F810531F1B142482b
Octal273372010123373350211053
Binary1011101111111100000010101001111111110111010000101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB1F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB1F81; }

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

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

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

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

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

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

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

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