#B42A98

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

Shades of Medium Red Violet #B42A98

Tints of Medium Red Violet #B42A98

Color information

#B42A98 (or 0xB42A98) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2A and 98. RGB value is (180,42,152). Sum of RGB (Red+Green+Blue) = 180+42+152=374 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.13% from 374); Green value is 42 (16.80% from 255 or 11.23% from 374); Blue value is 152 (59.77% from 255 or 40.64% from 374); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42A98 is #4BD567. Grayscale: #5F5F5F. Windows color (decimal): -4969832 or 9972404. OLE color: 9972404.

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

Color convert

RGB18042152-
CMYK00.770.160.29
HSL312.17º62.16%43.53%-
HSV(B)312.17º76.67%70.59%-
XYZ25.3213.6331-
YUV95.8159.72188.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.13%
GREEN value IS 42 (16.80% from 255) = 11.23%
BLUE value IS 152 (59.77% from 255) = 40.64%
R=48.13%
G=11.23%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804215200.770.160.29312.1762.1643.53
HexB42A9804D101D1383e2c
Octal26452230011520354707654
Binary1011010010101010011000010011011000011101100111000111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42A98; }

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

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

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

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

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

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

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

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