#B42996

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

Shades of Medium Red Violet #B42996

Tints of Medium Red Violet #B42996

Color information

#B42996 (or 0xB42996) is unknown color: approx Medium Red Violet. HEX triplet: B4, 29 and 96. RGB value is (180,41,150). Sum of RGB (Red+Green+Blue) = 180+41+150=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 41 (16.41% from 255 or 11.05% from 371); Blue value is 150 (58.98% from 255 or 40.43% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B42996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42996 is #4BD669. Grayscale: #5E5E5E. Windows color (decimal): -4970090 or 9841076. OLE color: 9841076.

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

Color convert

RGB18041150-
CMYK00.770.170.29
HSL312.95º62.9%43.33%-
HSV(B)312.95º77.22%70.59%-
XYZ25.1213.4930.13-
YUV94.99159.05188.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 48.52%
GREEN value IS 41 (16.41% from 255) = 11.05%
BLUE value IS 150 (58.98% from 255) = 40.43%
R=48.52%
G=11.05%
B=40.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1804115000.770.170.29312.9562.943.33
HexB4299604D111D1393f2b
Octal26451226011521354717753
Binary1011010010100110010110010011011000111101100111001111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42996; }

 p { color: rgb(180,41,150); }

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

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

 a { background-color: rgb(180,41,150); }

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

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

 span { border-color: rgb(180,41,150); }

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