#BB3981

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

Shades of Medium Red Violet #BB3981

Tints of Medium Red Violet #BB3981

Color information

#BB3981 (or 0xBB3981) is unknown color: approx Medium Red Violet. HEX triplet: BB, 39 and 81. RGB value is (187,57,129). Sum of RGB (Red+Green+Blue) = 187+57+129=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 57 (22.66% from 255 or 15.28% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3981 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3981 is #44C67E. Grayscale: #676767. Windows color (decimal): -4507263 or 8468923. OLE color: 8468923.

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

Color convert

RGB18757129-
CMYK00.700.310.27
HSL326.77º53.28%47.84%-
HSV(B)326.77º69.52%73.33%-
XYZ25.9215.0822.31-
YUV104.08142.07187.15-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.13%
GREEN value IS 57 (22.66% from 255) = 15.28%
BLUE value IS 129 (50.78% from 255) = 34.58%
R=50.13%
G=15.28%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875712900.700.310.27326.7753.2847.84
HexBB39810461F1B1473530
Octal27371201010637335076560
Binary1011101111100110000001010001101111111011101000111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3981; }

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

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

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

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

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

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

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

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