Html Css Color HEX #BD0577 Medium Violet Red

📋 copy color: '#BD0577'

red 189 ◦ green 5 ◦ blue 119

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

Shades of Medium Violet Red #BD0577

Tints of Medium Violet Red #BD0577

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.6%

 BLUE value IS 119 (46.88% from 255) = 38.02%

R = 60.38%
G = 1.6%
B = 38.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD0577 (or 0xBD0577) is known color: Medium Violet Red. HEX triplet: BD, 05 and 77. RGB value is (189,5,119). Sum of RGB (Red+Green+Blue) = 189+5+119=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 119 (46.88% from 255 or 38.02% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0577 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BD0577 is #42FA88. Grayscale: #484848. Windows color (decimal): -4389513 or 7800253. OLE color: 7800253.

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

Color convert

RGB 189 5 119 -
CMYK 0 0.97 0.37 0.26
HSL 322.83º 0.95% 0.38% -
HSV(B) 322.83º 0.97% 0.74% -
XYZ 24.37 12.26 18.53 -
YUV 73.01 153.96 210.73 -
System Red Green Blue C M Y K H S L
Decimal 189 5 119 0 0.97 0.37 0.26 322.83 0.95 0.38
Hex BD 5 77 0 61 25 1A 143 5F 26
Octal 275 5 167 0 141 45 32 503 137 46
Binary 10111101 101 1110111 0 1100001 100101 11010 101000011 1011111 100110

Color Harmonies of #BD0577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0577

Black with #BD0577

Text Example


Text Example

White with #BD0577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0577; }

 p { color: rgb(189,5,119); }

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

background-color css

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

 a { background-color: rgb(189,5,119); }

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

border-color css

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

 span { border-color: rgb(189,5,119); }

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