Html Css Color HEX #BD179E Medium Violet Red

📋 copy color: '#BD179E'

red 189 ◦ green 23 ◦ blue 158

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

Shades of Medium Violet Red #BD179E

Tints of Medium Violet Red #BD179E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 42.7%

R = 51.08%
G = 6.22%
B = 42.7%

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

#BD179E (or 0xBD179E) is known color: Medium Violet Red. HEX triplet: BD, 17 and 9E. RGB value is (189,23,158). Sum of RGB (Red+Green+Blue) = 189+23+158=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 23 (9.38% from 255 or 6.22% from 370); Blue value is 158 (62.11% from 255 or 42.70% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD179E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD179E is #42E861. Grayscale: #575757. Windows color (decimal): -4384866 or 10360765. OLE color: 10360765.

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

Color convert

RGB 189 23 158 -
CMYK 0 0.88 0.16 0.26
HSL 311.2º 0.78% 0.42% -
HSV(B) 311.2º 0.88% 0.74% -
XYZ 27.46 13.9 33.58 -
YUV 88.02 167.5 200.02 -
System Red Green Blue C M Y K H S L
Decimal 189 23 158 0 0.88 0.16 0.26 311.2 0.78 0.42
Hex BD 17 9E 0 58 10 1A 137 4E 2A
Octal 275 27 236 0 130 20 32 467 116 52
Binary 10111101 10111 10011110 0 1011000 10000 11010 100110111 1001110 101010

Color Harmonies of #BD179E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD179E

Black with #BD179E

Text Example


Text Example

White with #BD179E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD179E; }

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

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

background-color css

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

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

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

border-color css

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

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

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