Html Css Color HEX #B30580 Medium Violet Red

📋 copy color: '#B30580'

red 179 ◦ green 5 ◦ blue 128

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

Shades of Medium Violet Red #B30580

Tints of Medium Violet Red #B30580

RGB

 RED value IS 179 (70.31% from 255) = 57.37%

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

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

R = 57.37%
G = 1.6%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B30580 (or 0xB30580) is known color: Medium Violet Red. HEX triplet: B3, 05 and 80. RGB value is (179,5,128). Sum of RGB (Red+Green+Blue) = 179+5+128=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 128 (50.39% from 255 or 41.03% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B30580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30580 is #4CFA7F. Grayscale: #464646. Windows color (decimal): -5044864 or 8390067. OLE color: 8390067.

HSL color Cylindrical-coordinate representation of color #B30580: hue angle of 317.59º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B30580 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 5 128 -
CMYK 0 0.97 0.28 0.30
HSL 317.59º 0.95% 0.36% -
HSV(B) 317.59º 0.97% 0.7% -
XYZ 22.54 11.25 21.41 -
YUV 71.05 160.15 205 -
System Red Green Blue C M Y K H S L
Decimal 179 5 128 0 0.97 0.28 0.30 317.59 0.95 0.36
Hex B3 5 80 0 61 1C 1E 13E 5F 24
Octal 263 5 200 0 141 34 36 476 137 44
Binary 10110011 101 10000000 0 1100001 11100 11110 100111110 1011111 100100

Color Harmonies of #B30580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30580

Black with #B30580

Text Example


Text Example

White with #B30580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30580; }

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

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

background-color css

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

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

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

border-color css

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

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

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