#BB3786

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

Shades of Medium Red Violet #BB3786

Tints of Medium Red Violet #BB3786

Color information

#BB3786 (or 0xBB3786) is unknown color: approx Medium Red Violet. HEX triplet: BB, 37 and 86. RGB value is (187,55,134). Sum of RGB (Red+Green+Blue) = 187+55+134=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB3786 is #44C879. Grayscale: #676767. Windows color (decimal): -4507770 or 8796091. OLE color: 8796091.

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

Color convert

RGB18755134-
CMYK00.710.280.27
HSL324.09º54.55%47.45%-
HSV(B)324.09º70.59%73.33%-
XYZ26.1615.0224.07-
YUV103.47145.23187.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.73%
GREEN value IS 55 (21.88% from 255) = 14.63%
BLUE value IS 134 (52.73% from 255) = 35.64%
R=49.73%
G=14.63%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.28
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875513400.710.280.27324.0954.5547.45
HexBB37860471C1B144372f
Octal27367206010734335046757
Binary1011101111011110000110010001111110011011101000100110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3786; }

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

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

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

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

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

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

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

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