#BB3F91

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

Shades of Medium Red Violet #BB3F91

Tints of Medium Red Violet #BB3F91

Color information

#BB3F91 (or 0xBB3F91) is unknown color: approx Medium Red Violet. HEX triplet: BB, 3F and 91. RGB value is (187,63,145). Sum of RGB (Red+Green+Blue) = 187+63+145=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 145 (57.03% from 255 or 36.71% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3F91 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3F91 is #44C06E. Grayscale: #6D6D6D. Windows color (decimal): -4505711 or 9519035. OLE color: 9519035.

HSL color Cylindrical-coordinate representation of color #BB3F91: hue angle of 320.32º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB3F91 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB18763145-
CMYK00.660.220.27
HSL320.32º49.6%49.02%-
HSV(B)320.32º66.31%73.33%-
XYZ27.3816.1628.46-
YUV109.42148.08183.33-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.34%
GREEN value IS 63 (25% from 255) = 15.95%
BLUE value IS 145 (57.03% from 255) = 36.71%
R=47.34%
G=15.95%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876314500.660.220.27320.3249.649.02
HexBB3F91042161B1403231
Octal27377221010226335006261
Binary1011101111111110010001010000101011011011101000000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3F91; }

 p { color: rgb(187,63,145); }

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

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

 a { background-color: rgb(187,63,145); }

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

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

 span { border-color: rgb(187,63,145); }

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