#B40D96

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

Shades of Medium Violet Red #B40D96

Tints of Medium Violet Red #B40D96

Color information

#B40D96 (or 0xB40D96) is unknown color: approx Medium Violet Red. HEX triplet: B4, 0D and 96. RGB value is (180,13,150). Sum of RGB (Red+Green+Blue) = 180+13+150=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 13 (5.47% from 255 or 3.79% from 343); Blue value is 150 (58.98% from 255 or 43.73% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D96 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40D96 is #4BF269. Grayscale: #4E4E4E. Windows color (decimal): -4977258 or 9833908. OLE color: 9833908.

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

Color convert

RGB18013150-
CMYK00.930.170.29
HSL310.78º86.53%37.84%-
HSV(B)310.78º92.78%70.59%-
XYZ24.4712.1929.92-
YUV78.55168.33200.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.48%
GREEN value IS 13 (5.47% from 255) = 3.79%
BLUE value IS 150 (58.98% from 255) = 43.73%
R=52.48%
G=3.79%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801315000.930.170.29310.7886.5337.84
HexB4D9605D111D1375726
Octal264152260135213546712746
Binary101101001101100101100101110110001111011001101111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40D96; }

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

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

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

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

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

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

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

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