#B12EA5

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

Shades of Medium Red Violet #B12EA5

Tints of Medium Red Violet #B12EA5

Color information

#B12EA5 (or 0xB12EA5) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2E and A5. RGB value is (177,46,165). Sum of RGB (Red+Green+Blue) = 177+46+165=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 165 (64.84% from 255 or 42.53% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B12EA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12EA5 is #4ED15A. Grayscale: #626262. Windows color (decimal): -5165403 or 10825393. OLE color: 10825393.

HSL color Cylindrical-coordinate representation of color #B12EA5: hue angle of 305.5º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B12EA5 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB17746165-
CMYK00.740.070.31
HSL305.5º58.74%43.73%-
HSV(B)305.5º74.01%69.41%-
XYZ25.914.0236.94-
YUV98.74165.4183.82-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.62%
GREEN value IS 46 (18.36% from 255) = 11.86%
BLUE value IS 165 (64.84% from 255) = 42.53%
R=45.62%
G=11.86%
B=42.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774616500.740.070.31305.558.7443.73
HexB12EA504A71F1313b2c
Octal2615624501127374617354
Binary10110001101110101001010100101011111111100110001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12EA5; }

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

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

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

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

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

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

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

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