#BB2A95

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

Shades of Medium Red Violet #BB2A95

Tints of Medium Red Violet #BB2A95

Color information

#BB2A95 (or 0xBB2A95) is unknown color: approx Medium Red Violet. HEX triplet: BB, 2A and 95. RGB value is (187,42,149). Sum of RGB (Red+Green+Blue) = 187+42+149=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 42 (16.80% from 255 or 11.11% from 378); Blue value is 149 (58.59% from 255 or 39.42% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2A95 is #44D56A. Grayscale: #616161. Windows color (decimal): -4511083 or 9775803. OLE color: 9775803.

HSL color Cylindrical-coordinate representation of color #BB2A95: hue angle of 315.72º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2A95 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB18742149-
CMYK00.780.200.27
HSL315.72º63.32%44.9%-
HSV(B)315.72º77.54%73.33%-
XYZ26.7514.3929.8-
YUV97.55157.04191.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.47%
GREEN value IS 42 (16.80% from 255) = 11.11%
BLUE value IS 149 (58.59% from 255) = 39.42%
R=49.47%
G=11.11%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874214900.780.200.27315.7263.3244.9
HexBB2A9504E141B13c3f2d
Octal27352225011624334747755
Binary1011101110101010010101010011101010011011100111100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2A95; }

 p { color: rgb(187,42,149); }

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

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

 a { background-color: rgb(187,42,149); }

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

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

 span { border-color: rgb(187,42,149); }

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