#B40D97

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

Shades of Medium Violet Red #B40D97

Tints of Medium Violet Red #B40D97

Color information

#B40D97 (or 0xB40D97) is unknown color: approx Medium Violet Red. HEX triplet: B4, 0D and 97. RGB value is (180,13,151). Sum of RGB (Red+Green+Blue) = 180+13+151=344 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.33% from 344); Green value is 13 (5.47% from 255 or 3.78% from 344); Blue value is 151 (59.38% from 255 or 43.90% from 344); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40D97 is #4BF268. Grayscale: #4E4E4E. Windows color (decimal): -4977257 or 9899444. OLE color: 9899444.

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

Color convert

RGB18013151-
CMYK00.930.160.29
HSL310.42º86.53%37.84%-
HSV(B)310.42º92.78%70.59%-
XYZ24.5512.2330.34-
YUV78.67168.83200.28-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.33%
GREEN value IS 13 (5.47% from 255) = 3.78%
BLUE value IS 151 (59.38% from 255) = 43.90%
R=52.33%
G=3.78%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801315100.930.160.29310.4286.5337.84
HexB4D9705D101D1365726
Octal264152270135203546612746
Binary101101001101100101110101110110000111011001101101010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40D97; }

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

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

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

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

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

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

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

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