Html Css Color HEX #BD176F Medium Violet Red

📋 copy color: '#BD176F'

red 189 ◦ green 23 ◦ blue 111

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

Shades of Medium Violet Red #BD176F

Tints of Medium Violet Red #BD176F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.37%

R = 58.51%
G = 7.12%
B = 34.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD176F (or 0xBD176F) is known color: Medium Violet Red. HEX triplet: BD, 17 and 6F. RGB value is (189,23,111). Sum of RGB (Red+Green+Blue) = 189+23+111=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 23 (9.38% from 255 or 7.12% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD176F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD176F is #42E890. Grayscale: #525252. Windows color (decimal): -4384913 or 7280573. OLE color: 7280573.

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

Color convert

RGB 189 23 111 -
CMYK 0 0.88 0.41 0.26
HSL 328.19º 0.78% 0.42% -
HSV(B) 328.19º 0.88% 0.74% -
XYZ 24.16 12.58 16.19 -
YUV 82.67 144 203.84 -
System Red Green Blue C M Y K H S L
Decimal 189 23 111 0 0.88 0.41 0.26 328.19 0.78 0.42
Hex BD 17 6F 0 58 29 1A 148 4E 2A
Octal 275 27 157 0 130 51 32 510 116 52
Binary 10111101 10111 1101111 0 1011000 101001 11010 101001000 1001110 101010

Color Harmonies of #BD176F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD176F

Black with #BD176F

Text Example


Text Example

White with #BD176F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD176F; }

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

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

background-color css

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

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

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

border-color css

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

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

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