Html Css Color HEX #BD179C Medium Violet Red

📋 copy color: '#BD179C'

red 189 ◦ green 23 ◦ blue 156

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

Shades of Medium Violet Red #BD179C

Tints of Medium Violet Red #BD179C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 42.39%

R = 51.36%
G = 6.25%
B = 42.39%

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

#BD179C (or 0xBD179C) is known color: Medium Violet Red. HEX triplet: BD, 17 and 9C. RGB value is (189,23,156). Sum of RGB (Red+Green+Blue) = 189+23+156=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD179C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD179C is #42E863. Grayscale: #575757. Windows color (decimal): -4384868 or 10229693. OLE color: 10229693.

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

Color convert

RGB 189 23 156 -
CMYK 0 0.88 0.17 0.26
HSL 311.93º 0.78% 0.42% -
HSV(B) 311.93º 0.88% 0.74% -
XYZ 27.29 13.83 32.68 -
YUV 87.8 166.5 200.19 -
System Red Green Blue C M Y K H S L
Decimal 189 23 156 0 0.88 0.17 0.26 311.93 0.78 0.42
Hex BD 17 9C 0 58 11 1A 138 4E 2A
Octal 275 27 234 0 130 21 32 470 116 52
Binary 10111101 10111 10011100 0 1011000 10001 11010 100111000 1001110 101010

Color Harmonies of #BD179C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD179C

Black with #BD179C

Text Example


Text Example

White with #BD179C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD179C; }

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

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

background-color css

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

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

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

border-color css

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

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

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