Html Css Color HEX #B31A83 Medium Violet Red

📋 copy color: '#B31A83'

red 179 ◦ green 26 ◦ blue 131

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

Shades of Medium Violet Red #B31A83

Tints of Medium Violet Red #B31A83

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.74%

 BLUE value IS 131 (51.56% from 255) = 38.99%

R = 53.27%
G = 7.74%
B = 38.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B31A83 (or 0xB31A83) is known color: Medium Violet Red. HEX triplet: B3, 1A and 83. RGB value is (179,26,131). Sum of RGB (Red+Green+Blue) = 179+26+131=336 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.27% from 336); Green value is 26 (10.55% from 255 or 7.74% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31A83 is #4CE57C. Grayscale: #535353. Windows color (decimal): -5039485 or 8592051. OLE color: 8592051.

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

Color convert

RGB 179 26 131 -
CMYK 0 0.85 0.27 0.30
HSL 318.82º 0.75% 0.4% -
HSV(B) 318.82º 0.85% 0.7% -
XYZ 23.06 11.96 22.57 -
YUV 83.72 154.69 195.96 -
System Red Green Blue C M Y K H S L
Decimal 179 26 131 0 0.85 0.27 0.30 318.82 0.75 0.4
Hex B3 1A 83 0 55 1B 1E 13F 4B 28
Octal 263 32 203 0 125 33 36 477 113 50
Binary 10110011 11010 10000011 0 1010101 11011 11110 100111111 1001011 101000

Color Harmonies of #B31A83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31A83

Black with #B31A83

Text Example


Text Example

White with #B31A83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31A83; }

 p { color: rgb(179,26,131); }

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

background-color css

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

 a { background-color: rgb(179,26,131); }

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

border-color css

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

 span { border-color: rgb(179,26,131); }

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