#BB377E

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

Shades of Medium Red Violet #BB377E

Tints of Medium Red Violet #BB377E

Color information

#BB377E (or 0xBB377E) is unknown color: approx Medium Red Violet. HEX triplet: BB, 37 and 7E. RGB value is (187,55,126). Sum of RGB (Red+Green+Blue) = 187+55+126=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB377E is #44C881. Grayscale: #666666. Windows color (decimal): -4507778 or 8271803. OLE color: 8271803.

HSL color Cylindrical-coordinate representation of color #BB377E: hue angle of 327.73º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BB377E is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB18755126-
CMYK00.710.330.27
HSL327.73º54.55%47.45%-
HSV(B)327.73º70.59%73.33%-
XYZ25.6314.821.25-
YUV102.56141.23188.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.82%
GREEN value IS 55 (21.88% from 255) = 14.95%
BLUE value IS 126 (49.61% from 255) = 34.24%
R=50.82%
G=14.95%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875512600.710.330.27327.7354.5547.45
HexBB377E047211B148372f
Octal27367176010741335106757
Binary1011101111011111111100100011110000111011101001000110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB377E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB377E; }

 p { color: rgb(187,55,126); }

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

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

 a { background-color: rgb(187,55,126); }

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

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

 span { border-color: rgb(187,55,126); }

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