#BB3778

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

Shades of Medium Red Violet #BB3778

Tints of Medium Red Violet #BB3778

Color information

#BB3778 (or 0xBB3778) is unknown color: approx Medium Red Violet. HEX triplet: BB, 37 and 78. RGB value is (187,55,120). Sum of RGB (Red+Green+Blue) = 187+55+120=362 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.66% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3778 is #44C887. Grayscale: #656565. Windows color (decimal): -4507784 or 7878587. OLE color: 7878587.

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

Color convert

RGB18755120-
CMYK00.710.360.27
HSL330.45º54.55%47.45%-
HSV(B)330.45º70.59%73.33%-
XYZ25.2514.6519.27-
YUV101.88138.23188.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 51.66%
GREEN value IS 55 (21.88% from 255) = 15.19%
BLUE value IS 120 (47.27% from 255) = 33.15%
R=51.66%
G=15.19%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875512000.710.360.27330.4554.5547.45
HexBB3778047241B14a372f
Octal27367170010744335126757
Binary1011101111011111110000100011110010011011101001010110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3778; }

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

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

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

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

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

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

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

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