#BB389E

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

Shades of Medium Red Violet #BB389E

Tints of Medium Red Violet #BB389E

Color information

#BB389E (or 0xBB389E) is unknown color: approx Medium Red Violet. HEX triplet: BB, 38 and 9E. RGB value is (187,56,158). Sum of RGB (Red+Green+Blue) = 187+56+158=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 158 (62.11% from 255 or 39.40% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB389E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB389E is #44C761. Grayscale: #6A6A6A. Windows color (decimal): -4507490 or 10369211. OLE color: 10369211.

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

Color convert

RGB18756158-
CMYK00.700.160.27
HSL313.28º53.91%47.65%-
HSV(B)313.28º70.05%73.33%-
XYZ28.0815.8633.93-
YUV106.8156.9185.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.63%
GREEN value IS 56 (22.27% from 255) = 13.97%
BLUE value IS 158 (62.11% from 255) = 39.40%
R=46.63%
G=13.97%
B=39.40%

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
Decimal1875615800.700.160.27313.2853.9147.65
HexBB389E046101B1393630
Octal27370236010620334716660
Binary1011101111100010011110010001101000011011100111001110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB389E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB389E; }

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

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

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

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

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

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

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

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