#BB39A5

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

Shades of Medium Red Violet #BB39A5

Tints of Medium Red Violet #BB39A5

Color information

#BB39A5 (or 0xBB39A5) is unknown color: approx Medium Red Violet. HEX triplet: BB, 39 and A5. RGB value is (187,57,165). Sum of RGB (Red+Green+Blue) = 187+57+165=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 57 (22.66% from 255 or 13.94% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 187 - color contains mainly: red. Hex color #BB39A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB39A5 is #44C65A. Grayscale: #6B6B6B. Windows color (decimal): -4507227 or 10828219. OLE color: 10828219.

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

Color convert

RGB18757165-
CMYK00.700.120.27
HSL310.15º53.28%47.84%-
HSV(B)310.15º69.52%73.33%-
XYZ28.7516.2137.21-
YUV108.18160.07184.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.72%
GREEN value IS 57 (22.66% from 255) = 13.94%
BLUE value IS 165 (64.84% from 255) = 40.34%
R=45.72%
G=13.94%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875716500.700.120.27310.1553.2847.84
HexBB39A5046C1B1363530
Octal27371245010614334666560
Binary101110111110011010010101000110110011011100110110110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB39A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB39A5; }

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

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

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

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

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

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

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

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