#BB2A94

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

Shades of Medium Red Violet #BB2A94

Tints of Medium Red Violet #BB2A94

Color information

#BB2A94 (or 0xBB2A94) is unknown color: approx Medium Red Violet. HEX triplet: BB, 2A and 94. RGB value is (187,42,148). Sum of RGB (Red+Green+Blue) = 187+42+148=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 148 (58.20% from 255 or 39.26% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2A94 is #44D56B. Grayscale: #616161. Windows color (decimal): -4511084 or 9710267. OLE color: 9710267.

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

Color convert

RGB18742148-
CMYK00.780.210.27
HSL316.14º63.32%44.9%-
HSV(B)316.14º77.54%73.33%-
XYZ26.6714.3629.38-
YUV97.44156.54191.88-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 49.60%
GREEN value IS 42 (16.80% from 255) = 11.14%
BLUE value IS 148 (58.20% from 255) = 39.26%
R=49.60%
G=11.14%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874214800.780.210.27316.1463.3244.9
HexBB2A9404E151B13c3f2d
Octal27352224011625334747755
Binary1011101110101010010100010011101010111011100111100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2A94; }

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

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

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

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

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

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

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

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