Html Css Color HEX #BD177C Medium Violet Red

📋 copy color: '#BD177C'

red 189 ◦ green 23 ◦ blue 124

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

Shades of Medium Violet Red #BD177C

Tints of Medium Violet Red #BD177C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.9%

R = 56.25%
G = 6.85%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BD177C (or 0xBD177C) is known color: Medium Violet Red. HEX triplet: BD, 17 and 7C. RGB value is (189,23,124). Sum of RGB (Red+Green+Blue) = 189+23+124=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 124 (48.83% from 255 or 36.90% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD177C is #42E883. Grayscale: #535353. Windows color (decimal): -4384900 or 8132541. OLE color: 8132541.

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

Color convert

RGB 189 23 124 -
CMYK 0 0.88 0.34 0.26
HSL 323.49º 0.78% 0.42% -
HSV(B) 323.49º 0.88% 0.74% -
XYZ 24.93 12.89 20.24 -
YUV 84.15 150.5 202.79 -
System Red Green Blue C M Y K H S L
Decimal 189 23 124 0 0.88 0.34 0.26 323.49 0.78 0.42
Hex BD 17 7C 0 58 22 1A 143 4E 2A
Octal 275 27 174 0 130 42 32 503 116 52
Binary 10111101 10111 1111100 0 1011000 100010 11010 101000011 1001110 101010

Color Harmonies of #BD177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD177C

Black with #BD177C

Text Example


Text Example

White with #BD177C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD177C; }

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

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

background-color css

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

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

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

border-color css

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

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

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