#BB2EA5

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

Shades of Medium Red Violet #BB2EA5

Tints of Medium Red Violet #BB2EA5

Color information

#BB2EA5 (or 0xBB2EA5) is unknown color: approx Medium Red Violet. HEX triplet: BB, 2E and A5. RGB value is (187,46,165). Sum of RGB (Red+Green+Blue) = 187+46+165=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 165 (64.84% from 255 or 41.46% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB2EA5 is #44D15A. Grayscale: #656565. Windows color (decimal): -4510043 or 10825403. OLE color: 10825403.

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

Color convert

RGB18746165-
CMYK00.750.120.27
HSL309.36º60.52%45.69%-
HSV(B)309.36º75.4%73.33%-
XYZ28.2615.2437.05-
YUV101.72163.71188.82-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 46 (18.36% from 255) = 11.56%
BLUE value IS 165 (64.84% from 255) = 41.46%
R=46.98%
G=11.56%
B=41.46%

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
Decimal1874616500.750.120.27309.3660.5245.69
HexBB2EA504BC1B1353d2e
Octal27356245011314334657556
Binary101110111011101010010101001011110011011100110101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2EA5; }

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

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

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

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

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

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

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

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