#BB39A0

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

Shades of Medium Red Violet #BB39A0

Tints of Medium Red Violet #BB39A0

Color information

#BB39A0 (or 0xBB39A0) is unknown color: approx Medium Red Violet. HEX triplet: BB, 39 and A0. RGB value is (187,57,160). Sum of RGB (Red+Green+Blue) = 187+57+160=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 57 (22.66% from 255 or 14.11% from 404); Blue value is 160 (62.89% from 255 or 39.60% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB39A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB39A0 is #44C65F. Grayscale: #6B6B6B. Windows color (decimal): -4507232 or 10500539. OLE color: 10500539.

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

Color convert

RGB18757160-
CMYK00.700.140.27
HSL312.46º53.28%47.84%-
HSV(B)312.46º69.52%73.33%-
XYZ28.316.0334.86-
YUV107.61157.57184.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.29%
GREEN value IS 57 (22.66% from 255) = 14.11%
BLUE value IS 160 (62.89% from 255) = 39.60%
R=46.29%
G=14.11%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875716000.700.140.27312.4653.2847.84
HexBB39A0046E1B1383530
Octal27371240010616334706560
Binary101110111110011010000001000110111011011100111000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB39A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB39A0; }

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

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

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

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

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

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

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

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