#BD0071

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

Shades of Medium Violet Red #BD0071

Tints of Medium Violet Red #BD0071

Color information

#BD0071 (or 0xBD0071) is unknown color: approx Medium Violet Red. HEX triplet: BD, 00 and 71. RGB value is (189,0,113). Sum of RGB (Red+Green+Blue) = 189+0+113=302 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.58% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 113 (44.53% from 255 or 37.42% from 302); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0071 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0071 is #42FF8E. Grayscale: #454545. Windows color (decimal): -4390799 or 7405757. OLE color: 7405757.

HSL color Cylindrical-coordinate representation of color #BD0071: hue angle of 324.13º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0071 is Cyan = 0, Magento = 1, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB1890113-
CMYK010.400.26
HSL324.13º100%37.06%-
HSV(B)324.13º100%74.12%-
XYZ23.9712.0116.68-
YUV69.39152.62213.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 62.58%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 37.42%
R=62.58%
G=0%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1890113010.400.26324.1310037.06
HexBD071064281A1446425
Octal27501610144503250414445
Binary101111010111000101100100101000110101010001001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0071; }

 p { color: rgb(189,0,113); }

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

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

 a { background-color: rgb(189,0,113); }

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

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

 span { border-color: rgb(189,0,113); }

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