#BB3E80

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

Shades of Medium Red Violet #BB3E80

Tints of Medium Red Violet #BB3E80

Color information

#BB3E80 (or 0xBB3E80) is unknown color: approx Medium Red Violet. HEX triplet: BB, 3E and 80. RGB value is (187,62,128). Sum of RGB (Red+Green+Blue) = 187+62+128=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 62 (24.61% from 255 or 16.45% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3E80 is #44C17F. Grayscale: #6A6A6A. Windows color (decimal): -4505984 or 8404667. OLE color: 8404667.

HSL color Cylindrical-coordinate representation of color #BB3E80: hue angle of 328.32º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB3E80 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB18762128-
CMYK00.670.320.27
HSL328.32º50.2%48.82%-
HSV(B)328.32º66.84%73.33%-
XYZ26.1115.5722.05-
YUV106.9139.91185.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.60%
GREEN value IS 62 (24.61% from 255) = 16.45%
BLUE value IS 128 (50.39% from 255) = 33.95%
R=49.60%
G=16.45%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876212800.670.320.27328.3250.248.82
HexBB3E80043201B1483231
Octal27376200010340335106261
Binary10111011111110100000000100001110000011011101001000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3E80; }

 p { color: rgb(187,62,128); }

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

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

 a { background-color: rgb(187,62,128); }

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

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

 span { border-color: rgb(187,62,128); }

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