#B12EA4

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

Shades of Medium Red Violet #B12EA4

Tints of Medium Red Violet #B12EA4

Color information

#B12EA4 (or 0xB12EA4) is unknown color: approx Medium Red Violet. HEX triplet: B1, 2E and A4. RGB value is (177,46,164). Sum of RGB (Red+Green+Blue) = 177+46+164=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 46 (18.36% from 255 or 11.89% from 387); Blue value is 164 (64.45% from 255 or 42.38% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B12EA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12EA4 is #4ED15B. Grayscale: #626262. Windows color (decimal): -5165404 or 10759857. OLE color: 10759857.

HSL color Cylindrical-coordinate representation of color #B12EA4: hue angle of 305.95º 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 #B12EA4 is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB17746164-
CMYK00.740.070.31
HSL305.95º58.74%43.73%-
HSV(B)305.95º74.01%69.41%-
XYZ25.8113.9836.46-
YUV98.62164.9183.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 46 (18.36% from 255) = 11.89%
BLUE value IS 164 (64.45% from 255) = 42.38%
R=45.74%
G=11.89%
B=42.38%

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
Decimal1774616400.740.070.31305.9558.7443.73
HexB12EA404A71F1323b2c
Octal2615624401127374627354
Binary10110001101110101001000100101011111111100110010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12EA4; }

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

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

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

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

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

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

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

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