#bb399e

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

Shades of Medium Red Violet #BB399E

Tints of Medium Red Violet #BB399E

Color information

#BB399E (or 0xBB399E) is unknown color: approx Medium Red Violet. HEX triplet: BB, 39 and 9E. RGB value is (187,57,158). Sum of RGB (Red+Green+Blue) = 187+57+158=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 57 (22.66% from 255 or 14.18% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB399E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB399E is #44C661. Grayscale: #6B6B6B. Windows color (decimal): -4507234 or 10369467. OLE color: 10369467.

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

Color convert

RGB18757158-
CMYK00.700.160.27
HSL313.38º53.28%47.84%-
HSV(B)313.38º69.52%73.33%-
XYZ28.1315.9633.95-
YUV107.38156.57184.79-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.52%
GREEN value IS 57 (22.66% from 255) = 14.18%
BLUE value IS 158 (62.11% from 255) = 39.30%
R=46.52%
G=14.18%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875715800.700.160.27313.3853.2847.84
HexBB399E046101B1393530
Octal27371236010620334716560
Binary1011101111100110011110010001101000011011100111001110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb399e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb399e; }

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

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

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

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

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

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

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

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