Html Css Color HEX #B31380 Medium Violet Red

📋 copy color: '#B31380'

red 179 ◦ green 19 ◦ blue 128

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

Shades of Medium Violet Red #B31380

Tints of Medium Violet Red #B31380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.83%

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

R = 54.91%
G = 5.83%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B31380 (or 0xB31380) is known color: Medium Violet Red. HEX triplet: B3, 13 and 80. RGB value is (179,19,128). Sum of RGB (Red+Green+Blue) = 179+19+128=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 128 (50.39% from 255 or 39.26% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B31380 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31380 is #4CEC7F. Grayscale: #4E4E4E. Windows color (decimal): -5041280 or 8393651. OLE color: 8393651.

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

Color convert

RGB 179 19 128 -
CMYK 0 0.89 0.28 0.30
HSL 319.13º 0.81% 0.39% -
HSV(B) 319.13º 0.89% 0.7% -
XYZ 22.72 11.61 21.47 -
YUV 79.27 155.51 199.14 -
System Red Green Blue C M Y K H S L
Decimal 179 19 128 0 0.89 0.28 0.30 319.13 0.81 0.39
Hex B3 13 80 0 59 1C 1E 13F 51 27
Octal 263 23 200 0 131 34 36 477 121 47
Binary 10110011 10011 10000000 0 1011001 11100 11110 100111111 1010001 100111

Color Harmonies of #B31380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31380

Black with #B31380

Text Example


Text Example

White with #B31380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31380; }

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

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

background-color css

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

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

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

border-color css

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

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

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