Html Css Color HEX #BD2371 Medium Red Violet

📋 copy color: '#BD2371'

red 189 ◦ green 35 ◦ blue 113

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

Shades of Medium Red Violet #BD2371

Tints of Medium Red Violet #BD2371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.39%

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

R = 56.08%
G = 10.39%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD2371 (or 0xBD2371) is known color: Medium Red Violet. HEX triplet: BD, 23 and 71. RGB value is (189,35,113). Sum of RGB (Red+Green+Blue) = 189+35+113=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 35 (14.06% from 255 or 10.39% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2371 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2371 is #42DC8E. Grayscale: #595959. Windows color (decimal): -4381839 or 7414717. OLE color: 7414717.

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

Color convert

RGB 189 35 113 -
CMYK 0 0.81 0.40 0.26
HSL 329.61º 0.69% 0.44% -
HSV(B) 329.61º 0.81% 0.74% -
XYZ 24.57 13.21 16.88 -
YUV 89.94 141.02 198.66 -
System Red Green Blue C M Y K H S L
Decimal 189 35 113 0 0.81 0.40 0.26 329.61 0.69 0.44
Hex BD 23 71 0 51 28 1A 14A 45 2C
Octal 275 43 161 0 121 50 32 512 105 54
Binary 10111101 100011 1110001 0 1010001 101000 11010 101001010 1000101 101100

Color Harmonies of #BD2371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2371

Black with #BD2371

Text Example


Text Example

White with #BD2371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2371; }

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

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

background-color css

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

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

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

border-color css

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

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

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