Html Css Color HEX #B31180 Medium Violet Red

📋 copy color: '#B31180'

red 179 ◦ green 17 ◦ blue 128

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

Shades of Medium Violet Red #B31180

Tints of Medium Violet Red #B31180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.25%

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

R = 55.25%
G = 5.25%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B31180 (or 0xB31180) is known color: Medium Violet Red. HEX triplet: B3, 11 and 80. RGB value is (179,17,128). Sum of RGB (Red+Green+Blue) = 179+17+128=324 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.25% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 179 - color contains mainly: red. Hex color #B31180 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31180 is #4CEE7F. Grayscale: #4D4D4D. Windows color (decimal): -5041792 or 8393139. OLE color: 8393139.

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

Color convert

RGB 179 17 128 -
CMYK 0 0.91 0.28 0.30
HSL 318.89º 0.83% 0.38% -
HSV(B) 318.89º 0.91% 0.7% -
XYZ 22.69 11.54 21.45 -
YUV 78.09 156.17 199.97 -
System Red Green Blue C M Y K H S L
Decimal 179 17 128 0 0.91 0.28 0.30 318.89 0.83 0.38
Hex B3 11 80 0 5B 1C 1E 13F 53 26
Octal 263 21 200 0 133 34 36 477 123 46
Binary 10110011 10001 10000000 0 1011011 11100 11110 100111111 1010011 100110

Color Harmonies of #B31180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31180

Black with #B31180

Text Example


Text Example

White with #B31180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31180; }

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

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

background-color css

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

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

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

border-color css

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

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

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