#B42B9D

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

Shades of Medium Red Violet #B42B9D

Tints of Medium Red Violet #B42B9D

Color information

#B42B9D (or 0xB42B9D) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2B and 9D. RGB value is (180,43,157). Sum of RGB (Red+Green+Blue) = 180+43+157=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 43 (17.19% from 255 or 11.32% from 380); Blue value is 157 (61.72% from 255 or 41.32% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42B9D is #4BD462. Grayscale: #606060. Windows color (decimal): -4969571 or 10300340. OLE color: 10300340.

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

Color convert

RGB18043157-
CMYK00.760.130.29
HSL310.07º61.43%43.73%-
HSV(B)310.07º76.11%70.59%-
XYZ25.7713.8733.22-
YUV96.96161.89187.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 43 (17.19% from 255) = 11.32%
BLUE value IS 157 (61.72% from 255) = 41.32%
R=47.37%
G=11.32%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804315700.760.130.29310.0761.4343.73
HexB42B9D04CD1D1363d2c
Octal26453235011415354667554
Binary101101001010111001110101001100110111101100110110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42B9D; }

 p { color: rgb(180,43,157); }

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

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

 a { background-color: rgb(180,43,157); }

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

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

 span { border-color: rgb(180,43,157); }

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