#BB379B

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

Shades of Medium Red Violet #BB379B

Tints of Medium Red Violet #BB379B

Color information

#BB379B (or 0xBB379B) is unknown color: approx Medium Red Violet. HEX triplet: BB, 37 and 9B. RGB value is (187,55,155). Sum of RGB (Red+Green+Blue) = 187+55+155=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 155 (60.94% from 255 or 39.04% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB379B is #44C864. Grayscale: #696969. Windows color (decimal): -4507749 or 10172347. OLE color: 10172347.

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

Color convert

RGB18755155-
CMYK00.710.170.27
HSL314.55º54.55%47.45%-
HSV(B)314.55º70.59%73.33%-
XYZ27.7815.6632.57-
YUV105.87155.73185.87-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 55 (21.88% from 255) = 13.85%
BLUE value IS 155 (60.94% from 255) = 39.04%
R=47.10%
G=13.85%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875515500.710.170.27314.5554.5547.45
HexBB379B047111B13b372f
Octal27367233010721334736757
Binary1011101111011110011011010001111000111011100111011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB379B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB379B; }

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

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

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

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

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

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

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

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