#BB3996

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

Shades of Medium Red Violet #BB3996

Tints of Medium Red Violet #BB3996

Color information

#BB3996 (or 0xBB3996) is unknown color: approx Medium Red Violet. HEX triplet: BB, 39 and 96. RGB value is (187,57,150). Sum of RGB (Red+Green+Blue) = 187+57+150=394 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.46% from 394); Green value is 57 (22.66% from 255 or 14.47% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3996 is #44C669. Grayscale: #6A6A6A. Windows color (decimal): -4507242 or 9845179. OLE color: 9845179.

HSL color Cylindrical-coordinate representation of color #BB3996: hue angle of 317.08º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3996 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB18757150-
CMYK00.700.200.27
HSL317.08º53.28%47.84%-
HSV(B)317.08º69.52%73.33%-
XYZ27.4615.6930.44-
YUV106.47152.57185.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.46%
GREEN value IS 57 (22.66% from 255) = 14.47%
BLUE value IS 150 (58.98% from 255) = 38.07%
R=47.46%
G=14.47%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875715000.700.200.27317.0853.2847.84
HexBB3996046141B13d3530
Octal27371226010624334756560
Binary1011101111100110010110010001101010011011100111101110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3996; }

 p { color: rgb(187,57,150); }

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

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

 a { background-color: rgb(187,57,150); }

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

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

 span { border-color: rgb(187,57,150); }

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