#B42EA6

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

Shades of Medium Red Violet #B42EA6

Tints of Medium Red Violet #B42EA6

Color information

#B42EA6 (or 0xB42EA6) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2E and A6. RGB value is (180,46,166). Sum of RGB (Red+Green+Blue) = 180+46+166=392 (51% of max value = 765). Red value is 180 (70.70% from 255 or 45.92% from 392); Green value is 46 (18.36% from 255 or 11.73% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 180 - color contains mainly: red. Hex color #B42EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42EA6 is #4BD159. Grayscale: #636363. Windows color (decimal): -4968794 or 10890932. OLE color: 10890932.

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

Color convert

RGB18046166-
CMYK00.740.080.29
HSL306.27º59.29%44.31%-
HSV(B)306.27º74.44%70.59%-
XYZ26.6814.4137.45-
YUV99.75165.39185.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.92%
GREEN value IS 46 (18.36% from 255) = 11.73%
BLUE value IS 166 (65.23% from 255) = 42.35%
R=45.92%
G=11.73%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804616600.740.080.29306.2759.2944.31
HexB42EA604A81D1323b2c
Octal26456246011210354627354
Binary101101001011101010011001001010100011101100110010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42EA6; }

 p { color: rgb(180,46,166); }

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

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

 a { background-color: rgb(180,46,166); }

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

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

 span { border-color: rgb(180,46,166); }

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