Html Css Color HEX #B31580 Medium Violet Red

📋 copy color: '#B31580'

red 179 ◦ green 21 ◦ blue 128

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

Shades of Medium Violet Red #B31580

Tints of Medium Violet Red #B31580

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.4%

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

R = 54.57%
G = 6.4%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B31580 (or 0xB31580) is known color: Medium Violet Red. HEX triplet: B3, 15 and 80. RGB value is (179,21,128). Sum of RGB (Red+Green+Blue) = 179+21+128=328 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.57% from 328); Green value is 21 (8.59% from 255 or 6.40% from 328); Blue value is 128 (50.39% from 255 or 39.02% from 328); Max value from RGB is 179 - color contains mainly: red. Hex color #B31580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31580 is #4CEA7F. Grayscale: #505050. Windows color (decimal): -5040768 or 8394163. OLE color: 8394163.

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

Color convert

RGB 179 21 128 -
CMYK 0 0.88 0.28 0.30
HSL 319.37º 0.79% 0.39% -
HSV(B) 319.37º 0.88% 0.7% -
XYZ 22.75 11.68 21.48 -
YUV 80.44 154.85 198.3 -
System Red Green Blue C M Y K H S L
Decimal 179 21 128 0 0.88 0.28 0.30 319.37 0.79 0.39
Hex B3 15 80 0 58 1C 1E 13F 4F 27
Octal 263 25 200 0 130 34 36 477 117 47
Binary 10110011 10101 10000000 0 1011000 11100 11110 100111111 1001111 100111

Color Harmonies of #B31580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31580

Black with #B31580

Text Example


Text Example

White with #B31580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31580; }

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

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

background-color css

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

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

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

border-color css

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

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

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