#B42A8B

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

Shades of Medium Red Violet #B42A8B

Tints of Medium Red Violet #B42A8B

Color information

#B42A8B (or 0xB42A8B) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2A and 8B. RGB value is (180,42,139). Sum of RGB (Red+Green+Blue) = 180+42+139=361 (47% of max value = 765). Red value is 180 (70.70% from 255 or 49.86% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42A8B is #4BD574. Grayscale: #5E5E5E. Windows color (decimal): -4969845 or 9120436. OLE color: 9120436.

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

Color convert

RGB18042139-
CMYK00.770.230.29
HSL317.83º62.16%43.53%-
HSV(B)317.83º76.67%70.59%-
XYZ24.3113.2225.7-
YUV94.32153.22189.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.86%
GREEN value IS 42 (16.80% from 255) = 11.63%
BLUE value IS 139 (54.69% from 255) = 38.50%
R=49.86%
G=11.63%
B=38.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804213900.770.230.29317.8362.1643.53
HexB42A8B04D171D13e3e2c
Octal26452213011527354767654
Binary1011010010101010001011010011011011111101100111110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42A8B; }

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

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

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

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

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

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

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

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