#BB3596

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

Shades of Medium Red Violet #BB3596

Tints of Medium Red Violet #BB3596

Color information

#BB3596 (or 0xBB3596) is unknown color: approx Medium Red Violet. HEX triplet: BB, 35 and 96. RGB value is (187,53,150). Sum of RGB (Red+Green+Blue) = 187+53+150=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3596 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3596 is #44CA69. Grayscale: #676767. Windows color (decimal): -4508266 or 9844155. OLE color: 9844155.

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

Color convert

RGB18753150-
CMYK00.720.200.27
HSL316.57º55.83%47.06%-
HSV(B)316.57º71.66%73.33%-
XYZ27.2715.3130.37-
YUV104.12153.89187.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.95%
GREEN value IS 53 (21.09% from 255) = 13.59%
BLUE value IS 150 (58.98% from 255) = 38.46%
R=47.95%
G=13.59%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875315000.720.200.27316.5755.8347.06
HexBB3596048141B13d382f
Octal27365226011024334757057
Binary1011101111010110010110010010001010011011100111101111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3596; }

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

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

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

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

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

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

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

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