#BB2EA4

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

Shades of Medium Red Violet #BB2EA4

Tints of Medium Red Violet #BB2EA4

Color information

#BB2EA4 (or 0xBB2EA4) is unknown color: approx Medium Red Violet. HEX triplet: BB, 2E and A4. RGB value is (187,46,164). Sum of RGB (Red+Green+Blue) = 187+46+164=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 46 (18.36% from 255 or 11.59% from 397); Blue value is 164 (64.45% from 255 or 41.31% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2EA4 is #44D15B. Grayscale: #656565. Windows color (decimal): -4510044 or 10759867. OLE color: 10759867.

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

Color convert

RGB18746164-
CMYK00.750.120.27
HSL309.79º60.52%45.69%-
HSV(B)309.79º75.4%73.33%-
XYZ28.1715.236.57-
YUV101.61163.21188.91-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.10%
GREEN value IS 46 (18.36% from 255) = 11.59%
BLUE value IS 164 (64.45% from 255) = 41.31%
R=47.10%
G=11.59%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1874616400.750.120.27309.7960.5245.69
HexBB2EA404BC1B1363d2e
Octal27356244011314334667556
Binary101110111011101010010001001011110011011100110110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2EA4; }

 p { color: rgb(187,46,164); }

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

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

 a { background-color: rgb(187,46,164); }

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

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

 span { border-color: rgb(187,46,164); }

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