Html Css Color HEX #BD0F71 Medium Violet Red

📋 copy color: '#BD0F71'

red 189 ◦ green 15 ◦ blue 113

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

Shades of Medium Violet Red #BD0F71

Tints of Medium Violet Red #BD0F71

RGB

 RED value IS 189 (74.22% from 255) = 59.62%

 GREEN value IS 15 (6.25% from 255) = 4.73%

 BLUE value IS 113 (44.53% from 255) = 35.65%

R = 59.62%
G = 4.73%
B = 35.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD0F71 (or 0xBD0F71) is known color: Medium Violet Red. HEX triplet: BD, 0F and 71. RGB value is (189,15,113). Sum of RGB (Red+Green+Blue) = 189+15+113=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 15 (6.25% from 255 or 4.73% from 317); Blue value is 113 (44.53% from 255 or 35.65% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0F71 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0F71 is #42F08E. Grayscale: #4D4D4D. Windows color (decimal): -4386959 or 7409597. OLE color: 7409597.

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

Color convert

RGB 189 15 113 -
CMYK 0 0.92 0.40 0.26
HSL 326.21º 0.85% 0.4% -
HSV(B) 326.21º 0.92% 0.74% -
XYZ 24.14 12.35 16.73 -
YUV 78.2 147.65 207.03 -
System Red Green Blue C M Y K H S L
Decimal 189 15 113 0 0.92 0.40 0.26 326.21 0.85 0.4
Hex BD F 71 0 5C 28 1A 146 55 28
Octal 275 17 161 0 134 50 32 506 125 50
Binary 10111101 1111 1110001 0 1011100 101000 11010 101000110 1010101 101000

Color Harmonies of #BD0F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0F71

Black with #BD0F71

Text Example


Text Example

White with #BD0F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0F71; }

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

 H1.HeaderClassName
 {
   color: #BD0F71;
 }
 .AnyTagClassName
 {
   color: #BD0F71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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