Html Css Color HEX #B31486 Medium Violet Red

📋 copy color: '#B31486'

red 179 ◦ green 20 ◦ blue 134

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

Shades of Medium Violet Red #B31486

Tints of Medium Violet Red #B31486

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.01%

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

R = 53.75%
G = 6.01%
B = 40.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B31486 (or 0xB31486) is known color: Medium Violet Red. HEX triplet: B3, 14 and 86. RGB value is (179,20,134). Sum of RGB (Red+Green+Blue) = 179+20+134=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 134 (52.73% from 255 or 40.24% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B31486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31486 is #4CEB79. Grayscale: #505050. Windows color (decimal): -5041018 or 8787123. OLE color: 8787123.

HSL color Cylindrical-coordinate representation of color #B31486: hue angle of 316.98º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31486 is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 20 134 -
CMYK 0 0.89 0.25 0.30
HSL 316.98º 0.8% 0.39% -
HSV(B) 316.98º 0.89% 0.7% -
XYZ 23.14 11.81 23.61 -
YUV 80.54 158.18 198.23 -
System Red Green Blue C M Y K H S L
Decimal 179 20 134 0 0.89 0.25 0.30 316.98 0.8 0.39
Hex B3 14 86 0 59 19 1E 13D 50 27
Octal 263 24 206 0 131 31 36 475 120 47
Binary 10110011 10100 10000110 0 1011001 11001 11110 100111101 1010000 100111

Color Harmonies of #B31486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31486

Black with #B31486

Text Example


Text Example

White with #B31486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31486; }

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

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

background-color css

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

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

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

border-color css

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

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

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