#BB37A6

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

Shades of Medium Red Violet #BB37A6

Tints of Medium Red Violet #BB37A6

Color information

#BB37A6 (or 0xBB37A6) is unknown color: approx Medium Red Violet. HEX triplet: BB, 37 and A6. RGB value is (187,55,166). Sum of RGB (Red+Green+Blue) = 187+55+166=408 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.83% from 408); Green value is 55 (21.88% from 255 or 13.48% from 408); Blue value is 166 (65.23% from 255 or 40.69% from 408); Max value from RGB is 187 - color contains mainly: red. Hex color #BB37A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB37A6 is #44C859. Grayscale: #6A6A6A. Windows color (decimal): -4507738 or 10893243. OLE color: 10893243.

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

Color convert

RGB18755166-
CMYK00.710.110.27
HSL309.55º54.55%47.45%-
HSV(B)309.55º70.59%73.33%-
XYZ28.7416.0537.66-
YUV107.12161.23184.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 45.83%
GREEN value IS 55 (21.88% from 255) = 13.48%
BLUE value IS 166 (65.23% from 255) = 40.69%
R=45.83%
G=13.48%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1875516600.710.110.27309.5554.5547.45
HexBB37A6047B1B136372f
Octal27367246010713334666757
Binary101110111101111010011001000111101111011100110110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB37A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB37A6; }

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

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

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

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

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

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

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

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