Html Css Color HEX #BD2271 Medium Red Violet

📋 copy color: '#BD2271'

red 189 ◦ green 34 ◦ blue 113

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

Shades of Medium Red Violet #BD2271

Tints of Medium Red Violet #BD2271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.12%

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

R = 56.25%
G = 10.12%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD2271 (or 0xBD2271) is known color: Medium Red Violet. HEX triplet: BD, 22 and 71. RGB value is (189,34,113). Sum of RGB (Red+Green+Blue) = 189+34+113=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 113 (44.53% from 255 or 33.63% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2271 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2271 is #42DD8E. Grayscale: #595959. Windows color (decimal): -4382095 or 7414461. OLE color: 7414461.

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

Color convert

RGB 189 34 113 -
CMYK 0 0.82 0.40 0.26
HSL 329.42º 0.7% 0.44% -
HSV(B) 329.42º 0.82% 0.74% -
XYZ 24.54 13.16 16.87 -
YUV 89.35 141.35 199.08 -
System Red Green Blue C M Y K H S L
Decimal 189 34 113 0 0.82 0.40 0.26 329.42 0.7 0.44
Hex BD 22 71 0 52 28 1A 149 46 2C
Octal 275 42 161 0 122 50 32 511 106 54
Binary 10111101 100010 1110001 0 1010010 101000 11010 101001001 1000110 101100

Color Harmonies of #BD2271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2271

Black with #BD2271

Text Example


Text Example

White with #BD2271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2271; }

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

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

background-color css

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

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

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

border-color css

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

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

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