Html Css Color HEX #BD179F Medium Violet Red

📋 copy color: '#BD179F'

red 189 ◦ green 23 ◦ blue 159

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

Shades of Medium Violet Red #BD179F

Tints of Medium Violet Red #BD179F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.86%

R = 50.94%
G = 6.2%
B = 42.86%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD179F (or 0xBD179F) is known color: Medium Violet Red. HEX triplet: BD, 17 and 9F. RGB value is (189,23,159). Sum of RGB (Red+Green+Blue) = 189+23+159=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 23 (9.38% from 255 or 6.20% from 371); Blue value is 159 (62.5% from 255 or 42.86% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD179F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD179F is #42E860. Grayscale: #575757. Windows color (decimal): -4384865 or 10426301. OLE color: 10426301.

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

Color convert

RGB 189 23 159 -
CMYK 0 0.88 0.16 0.26
HSL 310.84º 0.78% 0.42% -
HSV(B) 310.84º 0.88% 0.74% -
XYZ 27.55 13.93 34.04 -
YUV 88.14 168 199.94 -
System Red Green Blue C M Y K H S L
Decimal 189 23 159 0 0.88 0.16 0.26 310.84 0.78 0.42
Hex BD 17 9F 0 58 10 1A 137 4E 2A
Octal 275 27 237 0 130 20 32 467 116 52
Binary 10111101 10111 10011111 0 1011000 10000 11010 100110111 1001110 101010

Color Harmonies of #BD179F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD179F

Black with #BD179F

Text Example


Text Example

White with #BD179F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD179F; }

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

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

background-color css

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

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

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

border-color css

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

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

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