#B40D7C

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

Shades of Medium Violet Red #B40D7C

Tints of Medium Violet Red #B40D7C

Color information

#B40D7C (or 0xB40D7C) is unknown color: approx Medium Violet Red. HEX triplet: B4, 0D and 7C. RGB value is (180,13,124). Sum of RGB (Red+Green+Blue) = 180+13+124=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40D7C is #4BF283. Grayscale: #4B4B4B. Windows color (decimal): -4977284 or 8129972. OLE color: 8129972.

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

Color convert

RGB18013124-
CMYK00.930.310.29
HSL320.12º86.53%37.84%-
HSV(B)320.12º92.78%70.59%-
XYZ22.611.4520.09-
YUV75.59155.33202.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.78%
GREEN value IS 13 (5.47% from 255) = 4.10%
BLUE value IS 124 (48.83% from 255) = 39.12%
R=56.78%
G=4.10%
B=39.12%

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
Decimal1801312400.930.310.29320.1286.5337.84
HexB4D7C05D1F1D1405726
Octal264151740135373550012746
Binary10110100110111111000101110111111111011010000001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40D7C; }

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

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

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

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

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

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

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

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