#BB39A2

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

Shades of Medium Red Violet #BB39A2

Tints of Medium Red Violet #BB39A2

Color information

#BB39A2 (or 0xBB39A2) is unknown color: approx Medium Red Violet. HEX triplet: BB, 39 and A2. RGB value is (187,57,162). Sum of RGB (Red+Green+Blue) = 187+57+162=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB39A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB39A2 is #44C65D. Grayscale: #6B6B6B. Windows color (decimal): -4507230 or 10631611. OLE color: 10631611.

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

Color convert

RGB18757162-
CMYK00.700.130.27
HSL311.54º53.28%47.84%-
HSV(B)311.54º69.52%73.33%-
XYZ28.4816.135.79-
YUV107.84158.57184.46-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.06%
GREEN value IS 57 (22.66% from 255) = 14.04%
BLUE value IS 162 (63.67% from 255) = 39.90%
R=46.06%
G=14.04%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875716200.700.130.27311.5453.2847.84
HexBB39A2046D1B1383530
Octal27371242010615334706560
Binary101110111110011010001001000110110111011100111000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB39A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB39A2; }

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

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

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

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

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

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

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

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