Html Css Color HEX #BD0171 Medium Violet Red

📋 copy color: '#BD0171'

red 189 ◦ green 1 ◦ blue 113

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

Shades of Medium Violet Red #BD0171

Tints of Medium Violet Red #BD0171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 62.38%
G = 0.33%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD0171 (or 0xBD0171) is known color: Medium Violet Red. HEX triplet: BD, 01 and 71. RGB value is (189,1,113). Sum of RGB (Red+Green+Blue) = 189+1+113=303 (40% of max value = 765). Red value is 189 (74.22% from 255 or 62.38% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0171 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0171 is #42FE8E. Grayscale: #454545. Windows color (decimal): -4390543 or 7406013. OLE color: 7406013.

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

Color convert

RGB 189 1 113 -
CMYK 0 0.99 0.40 0.26
HSL 324.26º 0.99% 0.37% -
HSV(B) 324.26º 0.99% 0.74% -
XYZ 23.98 12.03 16.68 -
YUV 69.98 152.28 212.89 -
System Red Green Blue C M Y K H S L
Decimal 189 1 113 0 0.99 0.40 0.26 324.26 0.99 0.37
Hex BD 1 71 0 63 28 1A 144 63 25
Octal 275 1 161 0 143 50 32 504 143 45
Binary 10111101 1 1110001 0 1100011 101000 11010 101000100 1100011 100101

Color Harmonies of #BD0171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0171

Black with #BD0171

Text Example


Text Example

White with #BD0171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0171; }

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

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

background-color css

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

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

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

border-color css

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

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

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