Html Css Color HEX #BD1979 Medium Violet Red

📋 copy color: '#BD1979'

red 189 ◦ green 25 ◦ blue 121

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

Shades of Medium Violet Red #BD1979

Tints of Medium Violet Red #BD1979

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.46%

 BLUE value IS 121 (47.66% from 255) = 36.12%

R = 56.42%
G = 7.46%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD1979 (or 0xBD1979) is known color: Medium Violet Red. HEX triplet: BD, 19 and 79. RGB value is (189,25,121). Sum of RGB (Red+Green+Blue) = 189+25+121=335 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.42% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 121 (47.66% from 255 or 36.12% from 335); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD1979 is #42E686. Grayscale: #545454. Windows color (decimal): -4384391 or 7936445. OLE color: 7936445.

HSL color Cylindrical-coordinate representation of color #BD1979: hue angle of 324.88º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD1979 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 25 121 -
CMYK 0 0.87 0.36 0.26
HSL 324.88º 0.77% 0.42% -
HSV(B) 324.88º 0.87% 0.74% -
XYZ 24.79 12.89 19.27 -
YUV 84.98 148.33 202.19 -
System Red Green Blue C M Y K H S L
Decimal 189 25 121 0 0.87 0.36 0.26 324.88 0.77 0.42
Hex BD 19 79 0 57 24 1A 145 4D 2A
Octal 275 31 171 0 127 44 32 505 115 52
Binary 10111101 11001 1111001 0 1010111 100100 11010 101000101 1001101 101010

Color Harmonies of #BD1979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1979

Black with #BD1979

Text Example


Text Example

White with #BD1979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1979; }

 p { color: rgb(189,25,121); }

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

background-color css

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

 a { background-color: rgb(189,25,121); }

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

border-color css

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

 span { border-color: rgb(189,25,121); }

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