Html Css Color HEX #B31983 Medium Violet Red

📋 copy color: '#B31983'

red 179 ◦ green 25 ◦ blue 131

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

Shades of Medium Violet Red #B31983

Tints of Medium Violet Red #B31983

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.46%

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

R = 53.43%
G = 7.46%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B31983 (or 0xB31983) is known color: Medium Violet Red. HEX triplet: B3, 19 and 83. RGB value is (179,25,131). Sum of RGB (Red+Green+Blue) = 179+25+131=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 131 (51.56% from 255 or 39.10% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B31983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31983 is #4CE67C. Grayscale: #525252. Windows color (decimal): -5039741 or 8591795. OLE color: 8591795.

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

Color convert

RGB 179 25 131 -
CMYK 0 0.86 0.27 0.30
HSL 318.7º 0.75% 0.4% -
HSV(B) 318.7º 0.86% 0.7% -
XYZ 23.03 11.92 22.56 -
YUV 83.13 155.02 196.38 -
System Red Green Blue C M Y K H S L
Decimal 179 25 131 0 0.86 0.27 0.30 318.7 0.75 0.4
Hex B3 19 83 0 56 1B 1E 13F 4B 28
Octal 263 31 203 0 126 33 36 477 113 50
Binary 10110011 11001 10000011 0 1010110 11011 11110 100111111 1001011 101000

Color Harmonies of #B31983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31983

Black with #B31983

Text Example


Text Example

White with #B31983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31983; }

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

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

background-color css

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

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

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

border-color css

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

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

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