Html Css Color HEX #B00580 Medium Violet Red

📋 copy color: '#B00580'

red 176 ◦ green 5 ◦ blue 128

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

Shades of Medium Violet Red #B00580

Tints of Medium Violet Red #B00580

RGB

 RED value IS 176 (69.14% from 255) = 56.96%

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

 BLUE value IS 128 (50.39% from 255) = 41.42%

R = 56.96%
G = 1.62%
B = 41.42%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B00580 (or 0xB00580) is known color: Medium Violet Red. HEX triplet: B0, 05 and 80. RGB value is (176,5,128). Sum of RGB (Red+Green+Blue) = 176+5+128=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 128 (50.39% from 255 or 41.42% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B00580 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00580 is #4FFA7F. Grayscale: #454545. Windows color (decimal): -5241472 or 8390064. OLE color: 8390064.

HSL color Cylindrical-coordinate representation of color #B00580: hue angle of 316.84º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00580 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 5 128 -
CMYK 0 0.97 0.27 0.31
HSL 316.84º 0.94% 0.35% -
HSV(B) 316.84º 0.97% 0.69% -
XYZ 21.86 10.9 21.37 -
YUV 70.15 160.65 203.5 -
System Red Green Blue C M Y K H S L
Decimal 176 5 128 0 0.97 0.27 0.31 316.84 0.94 0.35
Hex B0 5 80 0 61 1B 1F 13D 5E 23
Octal 260 5 200 0 141 33 37 475 136 43
Binary 10110000 101 10000000 0 1100001 11011 11111 100111101 1011110 100011

Color Harmonies of #B00580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00580

Black with #B00580

Text Example


Text Example

White with #B00580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00580; }

 p { color: rgb(176,5,128); }

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

background-color css

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

 a { background-color: rgb(176,5,128); }

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

border-color css

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

 span { border-color: rgb(176,5,128); }

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