Html Css Color HEX #B31986 Medium Violet Red

📋 copy color: '#B31986'

red 179 ◦ green 25 ◦ blue 134

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

Shades of Medium Violet Red #B31986

Tints of Medium Violet Red #B31986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 39.64%

R = 52.96%
G = 7.4%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B31986 (or 0xB31986) is known color: Medium Violet Red. HEX triplet: B3, 19 and 86. RGB value is (179,25,134). Sum of RGB (Red+Green+Blue) = 179+25+134=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 25 (10.16% from 255 or 7.40% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B31986 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31986 is #4CE679. Grayscale: #535353. Windows color (decimal): -5039738 or 8788403. OLE color: 8788403.

HSL color Cylindrical-coordinate representation of color #B31986: hue angle of 317.53º 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 #B31986 is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 25 134 -
CMYK 0 0.86 0.25 0.30
HSL 317.53º 0.75% 0.4% -
HSV(B) 317.53º 0.86% 0.7% -
XYZ 23.24 12 23.65 -
YUV 83.47 156.52 196.14 -
System Red Green Blue C M Y K H S L
Decimal 179 25 134 0 0.86 0.25 0.30 317.53 0.75 0.4
Hex B3 19 86 0 56 19 1E 13E 4B 28
Octal 263 31 206 0 126 31 36 476 113 50
Binary 10110011 11001 10000110 0 1010110 11001 11110 100111110 1001011 101000

Color Harmonies of #B31986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31986

Black with #B31986

Text Example


Text Example

White with #B31986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31986; }

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

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

background-color css

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

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

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

border-color css

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

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

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