Html Css Color HEX #B31386 Medium Violet Red

📋 copy color: '#B31386'

red 179 ◦ green 19 ◦ blue 134

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

Shades of Medium Violet Red #B31386

Tints of Medium Violet Red #B31386

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.72%

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

R = 53.92%
G = 5.72%
B = 40.36%

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

#B31386 (or 0xB31386) is known color: Medium Violet Red. HEX triplet: B3, 13 and 86. RGB value is (179,19,134). Sum of RGB (Red+Green+Blue) = 179+19+134=332 (43% of max value = 765). Red value is 179 (70.31% from 255 or 53.92% from 332); Green value is 19 (7.81% from 255 or 5.72% from 332); Blue value is 134 (52.73% from 255 or 40.36% from 332); Max value from RGB is 179 - color contains mainly: red. Hex color #B31386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31386 is #4CEC79. Grayscale: #4F4F4F. Windows color (decimal): -5041274 or 8786867. OLE color: 8786867.

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

Color convert

RGB 179 19 134 -
CMYK 0 0.89 0.25 0.30
HSL 316.88º 0.81% 0.39% -
HSV(B) 316.88º 0.89% 0.7% -
XYZ 23.13 11.77 23.61 -
YUV 79.95 158.51 198.65 -
System Red Green Blue C M Y K H S L
Decimal 179 19 134 0 0.89 0.25 0.30 316.88 0.81 0.39
Hex B3 13 86 0 59 19 1E 13D 51 27
Octal 263 23 206 0 131 31 36 475 121 47
Binary 10110011 10011 10000110 0 1011001 11001 11110 100111101 1010001 100111

Color Harmonies of #B31386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31386

Black with #B31386

Text Example


Text Example

White with #B31386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31386; }

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

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

background-color css

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

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

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

border-color css

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

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

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