#B40D7B

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

Shades of Medium Violet Red #B40D7B

Tints of Medium Violet Red #B40D7B

Color information

#B40D7B (or 0xB40D7B) is unknown color: approx Medium Violet Red. HEX triplet: B4, 0D and 7B. RGB value is (180,13,123). Sum of RGB (Red+Green+Blue) = 180+13+123=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 123 (48.44% from 255 or 38.92% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D7B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40D7B is #4BF284. Grayscale: #4B4B4B. Windows color (decimal): -4977285 or 8064436. OLE color: 8064436.

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

Color convert

RGB18013123-
CMYK00.930.320.29
HSL320.48º86.53%37.84%-
HSV(B)320.48º92.78%70.59%-
XYZ22.5411.4219.76-
YUV75.47154.83202.56-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.96%
GREEN value IS 13 (5.47% from 255) = 4.11%
BLUE value IS 123 (48.44% from 255) = 38.92%
R=56.96%
G=4.11%
B=38.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801312300.930.320.29320.4886.5337.84
HexB4D7B05D201D1405726
Octal264151730135403550012746
Binary101101001101111101101011101100000111011010000001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40D7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40D7B; }

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

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

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

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

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

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

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

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