#B42B9E

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

Shades of Medium Red Violet #B42B9E

Tints of Medium Red Violet #B42B9E

Color information

#B42B9E (or 0xB42B9E) is unknown color: approx Medium Red Violet. HEX triplet: B4, 2B and 9E. RGB value is (180,43,158). Sum of RGB (Red+Green+Blue) = 180+43+158=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 43 (17.19% from 255 or 11.29% from 381); Blue value is 158 (62.11% from 255 or 41.47% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42B9E is #4BD461. Grayscale: #606060. Windows color (decimal): -4969570 or 10365876. OLE color: 10365876.

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

Color convert

RGB18043158-
CMYK00.760.120.29
HSL309.64º61.43%43.73%-
HSV(B)309.64º76.11%70.59%-
XYZ25.8613.933.67-
YUV97.07162.39187.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 43 (17.19% from 255) = 11.29%
BLUE value IS 158 (62.11% from 255) = 41.47%
R=47.24%
G=11.29%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804315800.760.120.29309.6461.4343.73
HexB42B9E04CC1D1363d2c
Octal26453236011414354667554
Binary101101001010111001111001001100110011101100110110111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42B9E; }

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

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

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

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

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

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

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

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