Html Css Color HEX #BD0E79 Medium Violet Red

📋 copy color: '#BD0E79'

red 189 ◦ green 14 ◦ blue 121

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

Shades of Medium Violet Red #BD0E79

Tints of Medium Violet Red #BD0E79

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.32%

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

R = 58.33%
G = 4.32%
B = 37.35%

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

#BD0E79 (or 0xBD0E79) is known color: Medium Violet Red. HEX triplet: BD, 0E and 79. RGB value is (189,14,121). Sum of RGB (Red+Green+Blue) = 189+14+121=324 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.33% from 324); Green value is 14 (5.86% from 255 or 4.32% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0E79 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0E79 is #42F186. Grayscale: #4E4E4E. Windows color (decimal): -4387207 or 7933629. OLE color: 7933629.

HSL color Cylindrical-coordinate representation of color #BD0E79: hue angle of 323.31º degrees, saturation: 0.86, 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 #BD0E79 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 14 121 -
CMYK 0 0.93 0.36 0.26
HSL 323.31º 0.86% 0.4% -
HSV(B) 323.31º 0.93% 0.74% -
XYZ 24.59 12.51 19.21 -
YUV 78.52 151.98 206.8 -
System Red Green Blue C M Y K H S L
Decimal 189 14 121 0 0.93 0.36 0.26 323.31 0.86 0.4
Hex BD E 79 0 5D 24 1A 143 56 28
Octal 275 16 171 0 135 44 32 503 126 50
Binary 10111101 1110 1111001 0 1011101 100100 11010 101000011 1010110 101000

Color Harmonies of #BD0E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0E79

Black with #BD0E79

Text Example


Text Example

White with #BD0E79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0E79; }

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

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

background-color css

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

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

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

border-color css

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

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

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