Html Css Color HEX #BD0D79 Medium Violet Red

📋 copy color: '#BD0D79'

red 189 ◦ green 13 ◦ blue 121

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

Shades of Medium Violet Red #BD0D79

Tints of Medium Violet Red #BD0D79

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.02%

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

R = 58.51%
G = 4.02%
B = 37.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.36

 K value IS 0.26

RGB Variations

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

Color information

#BD0D79 (or 0xBD0D79) is known color: Medium Violet Red. HEX triplet: BD, 0D and 79. RGB value is (189,13,121). Sum of RGB (Red+Green+Blue) = 189+13+121=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 13 (5.47% from 255 or 4.02% from 323); Blue value is 121 (47.66% from 255 or 37.46% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0D79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0D79 is #42F286. Grayscale: #4D4D4D. Windows color (decimal): -4387463 or 7933373. OLE color: 7933373.

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

Color convert

RGB 189 13 121 -
CMYK 0 0.93 0.36 0.26
HSL 323.18º 0.87% 0.4% -
HSV(B) 323.18º 0.93% 0.74% -
XYZ 24.58 12.49 19.2 -
YUV 77.94 152.31 207.22 -
System Red Green Blue C M Y K H S L
Decimal 189 13 121 0 0.93 0.36 0.26 323.18 0.87 0.4
Hex BD D 79 0 5D 24 1A 143 57 28
Octal 275 15 171 0 135 44 32 503 127 50
Binary 10111101 1101 1111001 0 1011101 100100 11010 101000011 1010111 101000

Color Harmonies of #BD0D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0D79

Black with #BD0D79

Text Example


Text Example

White with #BD0D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0D79; }

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

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

background-color css

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

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

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

border-color css

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

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

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