#BB31A9

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

Shades of Medium Red Violet #BB31A9

Tints of Medium Red Violet #BB31A9

Color information

#BB31A9 (or 0xBB31A9) is unknown color: approx Medium Red Violet. HEX triplet: BB, 31 and A9. RGB value is (187,49,169). Sum of RGB (Red+Green+Blue) = 187+49+169=405 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.17% from 405); Green value is 49 (19.53% from 255 or 12.10% from 405); Blue value is 169 (66.41% from 255 or 41.73% from 405); Max value from RGB is 187 - color contains mainly: red. Hex color #BB31A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB31A9 is #44CE56. Grayscale: #676767. Windows color (decimal): -4509271 or 11088315. OLE color: 11088315.

HSL color Cylindrical-coordinate representation of color #BB31A9: hue angle of 307.83º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB31A9 is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB18749169-
CMYK00.740.100.27
HSL307.83º58.47%46.27%-
HSV(B)307.83º73.8%73.33%-
XYZ28.7515.6339.04-
YUV103.94164.72187.24-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.17%
GREEN value IS 49 (19.53% from 255) = 12.10%
BLUE value IS 169 (66.41% from 255) = 41.73%
R=46.17%
G=12.10%
B=41.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874916900.740.100.27307.8358.4746.27
HexBB31A904AA1B1343a2e
Octal27361251011212334647256
Binary101110111100011010100101001010101011011100110100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB31A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB31A9; }

 p { color: rgb(187,49,169); }

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

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

 a { background-color: rgb(187,49,169); }

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

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

 span { border-color: rgb(187,49,169); }

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