Html Css Color HEX #BD2171 Medium Violet Red

📋 copy color: '#BD2171'

red 189 ◦ green 33 ◦ blue 113

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

Shades of Medium Violet Red #BD2171

Tints of Medium Violet Red #BD2171

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.85%

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

R = 56.42%
G = 9.85%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD2171 (or 0xBD2171) is known color: Medium Violet Red. HEX triplet: BD, 21 and 71. RGB value is (189,33,113). Sum of RGB (Red+Green+Blue) = 189+33+113=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 113 (44.53% from 255 or 33.73% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2171 is #42DE8E. Grayscale: #585858. Windows color (decimal): -4382351 or 7414205. OLE color: 7414205.

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

Color convert

RGB 189 33 113 -
CMYK 0 0.83 0.40 0.26
HSL 329.23º 0.7% 0.44% -
HSV(B) 329.23º 0.83% 0.74% -
XYZ 24.51 13.1 16.86 -
YUV 88.76 141.68 199.5 -
System Red Green Blue C M Y K H S L
Decimal 189 33 113 0 0.83 0.40 0.26 329.23 0.7 0.44
Hex BD 21 71 0 53 28 1A 149 46 2C
Octal 275 41 161 0 123 50 32 511 106 54
Binary 10111101 100001 1110001 0 1010011 101000 11010 101001001 1000110 101100

Color Harmonies of #BD2171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2171

Black with #BD2171

Text Example


Text Example

White with #BD2171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2171; }

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

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

background-color css

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

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

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

border-color css

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

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

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