Html Css Color HEX #BD2177 Medium Violet Red

📋 copy color: '#BD2177'

red 189 ◦ green 33 ◦ blue 119

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

Shades of Medium Violet Red #BD2177

Tints of Medium Violet Red #BD2177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 34.9%

R = 55.43%
G = 9.68%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD2177 (or 0xBD2177) is known color: Medium Violet Red. HEX triplet: BD, 21 and 77. RGB value is (189,33,119). Sum of RGB (Red+Green+Blue) = 189+33+119=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 33 (13.28% from 255 or 9.68% from 341); Blue value is 119 (46.88% from 255 or 34.90% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2177 is #42DE88. Grayscale: #595959. Windows color (decimal): -4382345 or 7807421. OLE color: 7807421.

HSL color Cylindrical-coordinate representation of color #BD2177: hue angle of 326.92º 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 #BD2177 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 33 119 -
CMYK 0 0.83 0.37 0.26
HSL 326.92º 0.7% 0.44% -
HSV(B) 326.92º 0.83% 0.74% -
XYZ 24.86 13.24 18.7 -
YUV 89.45 144.68 199.01 -
System Red Green Blue C M Y K H S L
Decimal 189 33 119 0 0.83 0.37 0.26 326.92 0.7 0.44
Hex BD 21 77 0 53 25 1A 147 46 2C
Octal 275 41 167 0 123 45 32 507 106 54
Binary 10111101 100001 1110111 0 1010011 100101 11010 101000111 1000110 101100

Color Harmonies of #BD2177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2177

Black with #BD2177

Text Example


Text Example

White with #BD2177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2177; }

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

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

background-color css

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

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

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

border-color css

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

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

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