#BB3E81

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

Shades of Medium Red Violet #BB3E81

Tints of Medium Red Violet #BB3E81

Color information

#BB3E81 (or 0xBB3E81) is unknown color: approx Medium Red Violet. HEX triplet: BB, 3E and 81. RGB value is (187,62,129). Sum of RGB (Red+Green+Blue) = 187+62+129=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 62 (24.61% from 255 or 16.40% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3E81 is #44C17E. Grayscale: #6A6A6A. Windows color (decimal): -4505983 or 8470203. OLE color: 8470203.

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

Color convert

RGB18762129-
CMYK00.670.310.27
HSL327.84º50.2%48.82%-
HSV(B)327.84º66.84%73.33%-
XYZ26.1815.622.4-
YUV107.01140.41185.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 62 (24.61% from 255) = 16.40%
BLUE value IS 129 (50.78% from 255) = 34.13%
R=49.47%
G=16.40%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876212900.670.310.27327.8450.248.82
HexBB3E810431F1B1483231
Octal27376201010337335106261
Binary1011101111111010000001010000111111111011101001000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3E81; }

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

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

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

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

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

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

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

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