Html Css Color HEX #BD176D Medium Violet Red

📋 copy color: '#BD176D'

red 189 ◦ green 23 ◦ blue 109

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

Shades of Medium Violet Red #BD176D

Tints of Medium Violet Red #BD176D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.17%

 BLUE value IS 109 (42.97% from 255) = 33.96%

R = 58.88%
G = 7.17%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD176D (or 0xBD176D) is known color: Medium Violet Red. HEX triplet: BD, 17 and 6D. RGB value is (189,23,109). Sum of RGB (Red+Green+Blue) = 189+23+109=321 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.88% from 321); Green value is 23 (9.38% from 255 or 7.17% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 189 - color contains mainly: red. Hex color #BD176D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD176D is #42E892. Grayscale: #525252. Windows color (decimal): -4384915 or 7149501. OLE color: 7149501.

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

Color convert

RGB 189 23 109 -
CMYK 0 0.88 0.42 0.26
HSL 328.92º 0.78% 0.42% -
HSV(B) 328.92º 0.88% 0.74% -
XYZ 24.05 12.54 15.62 -
YUV 82.44 143 204.01 -
System Red Green Blue C M Y K H S L
Decimal 189 23 109 0 0.88 0.42 0.26 328.92 0.78 0.42
Hex BD 17 6D 0 58 2A 1A 149 4E 2A
Octal 275 27 155 0 130 52 32 511 116 52
Binary 10111101 10111 1101101 0 1011000 101010 11010 101001001 1001110 101010

Color Harmonies of #BD176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD176D

Black with #BD176D

Text Example


Text Example

White with #BD176D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD176D; }

 p { color: rgb(189,23,109); }

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

background-color css

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

 a { background-color: rgb(189,23,109); }

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

border-color css

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

 span { border-color: rgb(189,23,109); }

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