#B40D7E

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

Shades of Medium Violet Red #B40D7E

Tints of Medium Violet Red #B40D7E

Color information

#B40D7E (or 0xB40D7E) is unknown color: approx Medium Violet Red. HEX triplet: B4, 0D and 7E. RGB value is (180,13,126). Sum of RGB (Red+Green+Blue) = 180+13+126=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D7E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40D7E is #4BF281. Grayscale: #4B4B4B. Windows color (decimal): -4977282 or 8261044. OLE color: 8261044.

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

Color convert

RGB18013126-
CMYK00.930.30.29
HSL319.4º86.53%37.84%-
HSV(B)319.4º92.78%70.59%-
XYZ22.7311.520.76-
YUV75.82156.33202.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.43%
GREEN value IS 13 (5.47% from 255) = 4.08%
BLUE value IS 126 (49.61% from 255) = 39.50%
R=56.43%
G=4.08%
B=39.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.3
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801312600.930.30.29319.486.5337.84
HexB4D7E05D1E1D13f5726
Octal264151760135363547712746
Binary10110100110111111100101110111110111011001111111010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40D7E; }

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

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

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

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

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

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

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

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