#BB379D

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

Shades of Medium Red Violet #BB379D

Tints of Medium Red Violet #BB379D

Color information

#BB379D (or 0xBB379D) is unknown color: approx Medium Red Violet. HEX triplet: BB, 37 and 9D. RGB value is (187,55,157). Sum of RGB (Red+Green+Blue) = 187+55+157=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 55 (21.88% from 255 or 13.78% from 399); Blue value is 157 (61.72% from 255 or 39.35% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BB379D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB379D is #44C862. Grayscale: #696969. Windows color (decimal): -4507747 or 10303419. OLE color: 10303419.

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

Color convert

RGB18755157-
CMYK00.710.160.27
HSL313.64º54.55%47.45%-
HSV(B)313.64º70.59%73.33%-
XYZ27.9515.7333.46-
YUV106.1156.73185.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.87%
GREEN value IS 55 (21.88% from 255) = 13.78%
BLUE value IS 157 (61.72% from 255) = 39.35%
R=46.87%
G=13.78%
B=39.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875515700.710.160.27313.6454.5547.45
HexBB379D047101B13a372f
Octal27367235010720334726757
Binary1011101111011110011101010001111000011011100111010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB379D; }

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

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

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

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

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

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

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

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