#B40D7D

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

Shades of Medium Violet Red #B40D7D

Tints of Medium Violet Red #B40D7D

Color information

#B40D7D (or 0xB40D7D) is unknown color: approx Medium Violet Red. HEX triplet: B4, 0D and 7D. RGB value is (180,13,125). Sum of RGB (Red+Green+Blue) = 180+13+125=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40D7D is #4BF282. Grayscale: #4B4B4B. Windows color (decimal): -4977283 or 8195508. OLE color: 8195508.

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

Color convert

RGB18013125-
CMYK00.930.310.29
HSL319.76º86.53%37.84%-
HSV(B)319.76º92.78%70.59%-
XYZ22.6711.4720.42-
YUV75.7155.83202.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.60%
GREEN value IS 13 (5.47% from 255) = 4.09%
BLUE value IS 125 (49.22% from 255) = 39.31%
R=56.60%
G=4.09%
B=39.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801312500.930.310.29319.7686.5337.84
HexB4D7D05D1F1D1405726
Octal264151750135373550012746
Binary10110100110111111010101110111111111011010000001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40D7D; }

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

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

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

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

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

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

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

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