Html Css Color HEX #BD179D Medium Violet Red

📋 copy color: '#BD179D'

red 189 ◦ green 23 ◦ blue 157

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

Shades of Medium Violet Red #BD179D

Tints of Medium Violet Red #BD179D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.55%

R = 51.22%
G = 6.23%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD179D (or 0xBD179D) is known color: Medium Violet Red. HEX triplet: BD, 17 and 9D. RGB value is (189,23,157). Sum of RGB (Red+Green+Blue) = 189+23+157=369 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.22% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 189 - color contains mainly: red. Hex color #BD179D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD179D is #42E862. Grayscale: #575757. Windows color (decimal): -4384867 or 10295229. OLE color: 10295229.

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

Color convert

RGB 189 23 157 -
CMYK 0 0.88 0.17 0.26
HSL 311.57º 0.78% 0.42% -
HSV(B) 311.57º 0.88% 0.74% -
XYZ 27.38 13.87 33.13 -
YUV 87.91 167 200.1 -
System Red Green Blue C M Y K H S L
Decimal 189 23 157 0 0.88 0.17 0.26 311.57 0.78 0.42
Hex BD 17 9D 0 58 11 1A 138 4E 2A
Octal 275 27 235 0 130 21 32 470 116 52
Binary 10111101 10111 10011101 0 1011000 10001 11010 100111000 1001110 101010

Color Harmonies of #BD179D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD179D

Black with #BD179D

Text Example


Text Example

White with #BD179D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD179D; }

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

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

background-color css

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

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

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

border-color css

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

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

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