Html Css Color HEX #BD0071 Medium Violet Red

📋 copy color: '#BD0071'

red 189 ◦ green 0 ◦ blue 113

#BD0071
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #BD0071

Tints of Medium Violet Red #BD0071

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 value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD0071 (or 0xBD0071) is known color: 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

RGB 189 0 113 -
CMYK 0 1 0.40 0.26
HSL 324.13º 1% 0.37% -
HSV(B) 324.13º 1% 0.74% -
XYZ 23.97 12.01 16.68 -
YUV 69.39 152.62 213.31 -
System Red Green Blue C M Y K H S L
Decimal 189 0 113 0 1 0.40 0.26 324.13 1 0.37
Hex BD 0 71 0 64 28 1A 144 64 25
Octal 275 0 161 0 144 50 32 504 144 45
Binary 10111101 0 1110001 0 1100100 101000 11010 101000100 1100100 100101

Color Harmonies of #BD0071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0071

Black with #BD0071

Text Example


Text Example

White with #BD0071

Text Example


Text Example

HTML Codes & Css Web 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>