#B42A9E

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

Shades of Medium Red Violet #B42A9E

Tints of Medium Red Violet #B42A9E

Color information

#B42A9E (or 0xB42A9E) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2A and 9E. RGB value is (180,42,158). Sum of RGB (Red+Green+Blue) = 180+42+158=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 42 (16.80% from 255 or 11.05% from 380); Blue value is 158 (62.11% from 255 or 41.58% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42A9E is #4BD561. Grayscale: #606060. Windows color (decimal): -4969826 or 10365620. OLE color: 10365620.

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

Color convert

RGB18042158-
CMYK00.770.120.29
HSL309.57º62.16%43.53%-
HSV(B)309.57º76.67%70.59%-
XYZ25.8213.8333.66-
YUV96.49162.72187.57-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 42 (16.80% from 255) = 11.05%
BLUE value IS 158 (62.11% from 255) = 41.58%
R=47.37%
G=11.05%
B=41.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804215800.770.120.29309.5762.1643.53
HexB42A9E04DC1D1363e2c
Octal26452236011514354667654
Binary101101001010101001111001001101110011101100110110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42A9E; }

 p { color: rgb(180,42,158); }

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

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

 a { background-color: rgb(180,42,158); }

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

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

 span { border-color: rgb(180,42,158); }

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