#B42EA7

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

Shades of Medium Red Violet #B42EA7

Tints of Medium Red Violet #B42EA7

Color information

#B42EA7 (or 0xB42EA7) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2E and A7. RGB value is (180,46,167). Sum of RGB (Red+Green+Blue) = 180+46+167=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 46 (18.36% from 255 or 11.70% from 393); Blue value is 167 (65.62% from 255 or 42.49% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B42EA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42EA7 is #4BD158. Grayscale: #636363. Windows color (decimal): -4968793 or 10956468. OLE color: 10956468.

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

Color convert

RGB18046167-
CMYK00.740.070.29
HSL305.82º59.29%44.31%-
HSV(B)305.82º74.44%70.59%-
XYZ26.7714.4537.94-
YUV99.86165.89185.16-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.80%
GREEN value IS 46 (18.36% from 255) = 11.70%
BLUE value IS 167 (65.62% from 255) = 42.49%
R=45.80%
G=11.70%
B=42.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804616700.740.070.29305.8259.2944.31
HexB42EA704A71D1323b2c
Octal2645624701127354627354
Binary10110100101110101001110100101011111101100110010111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42EA7; }

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

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

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

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

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

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

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

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