Html Css Color HEX #BD0979 Medium Violet Red

📋 copy color: '#BD0979'

red 189 ◦ green 9 ◦ blue 121

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

Shades of Medium Violet Red #BD0979

Tints of Medium Violet Red #BD0979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.82%

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

R = 59.25%
G = 2.82%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD0979 (or 0xBD0979) is known color: Medium Violet Red. HEX triplet: BD, 09 and 79. RGB value is (189,9,121). Sum of RGB (Red+Green+Blue) = 189+9+121=319 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.25% from 319); Green value is 9 (3.91% from 255 or 2.82% from 319); Blue value is 121 (47.66% from 255 or 37.93% from 319); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0979 is #42F686. Grayscale: #4B4B4B. Windows color (decimal): -4388487 or 7932349. OLE color: 7932349.

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

Color convert

RGB 189 9 121 -
CMYK 0 0.95 0.36 0.26
HSL 322.67º 0.91% 0.39% -
HSV(B) 322.67º 0.95% 0.74% -
XYZ 24.54 12.39 19.19 -
YUV 75.59 153.63 208.89 -
System Red Green Blue C M Y K H S L
Decimal 189 9 121 0 0.95 0.36 0.26 322.67 0.91 0.39
Hex BD 9 79 0 5F 24 1A 143 5B 27
Octal 275 11 171 0 137 44 32 503 133 47
Binary 10111101 1001 1111001 0 1011111 100100 11010 101000011 1011011 100111

Color Harmonies of #BD0979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0979

Black with #BD0979

Text Example


Text Example

White with #BD0979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0979; }

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

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

background-color css

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

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

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

border-color css

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

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

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