Html Css Color HEX #B31880 Medium Violet Red

📋 copy color: '#B31880'

red 179 ◦ green 24 ◦ blue 128

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

Shades of Medium Violet Red #B31880

Tints of Medium Violet Red #B31880

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.25%

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

R = 54.08%
G = 7.25%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.28

 K value IS 0.30

RGB Variations

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

Color information

#B31880 (or 0xB31880) is known color: Medium Violet Red. HEX triplet: B3, 18 and 80. RGB value is (179,24,128). Sum of RGB (Red+Green+Blue) = 179+24+128=331 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.08% from 331); Green value is 24 (9.77% from 255 or 7.25% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 179 - color contains mainly: red. Hex color #B31880 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31880 is #4CE77F. Grayscale: #515151. Windows color (decimal): -5040000 or 8394931. OLE color: 8394931.

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

Color convert

RGB 179 24 128 -
CMYK 0 0.87 0.28 0.30
HSL 319.74º 0.76% 0.4% -
HSV(B) 319.74º 0.87% 0.7% -
XYZ 22.81 11.8 21.5 -
YUV 82.2 153.85 197.04 -
System Red Green Blue C M Y K H S L
Decimal 179 24 128 0 0.87 0.28 0.30 319.74 0.76 0.4
Hex B3 18 80 0 57 1C 1E 140 4C 28
Octal 263 30 200 0 127 34 36 500 114 50
Binary 10110011 11000 10000000 0 1010111 11100 11110 101000000 1001100 101000

Color Harmonies of #B31880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31880

Black with #B31880

Text Example


Text Example

White with #B31880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31880; }

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

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

background-color css

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

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

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

border-color css

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

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

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