Html Css Color HEX #B31186 Medium Violet Red

📋 copy color: '#B31186'

red 179 ◦ green 17 ◦ blue 134

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

Shades of Medium Violet Red #B31186

Tints of Medium Violet Red #B31186

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.15%

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

R = 54.24%
G = 5.15%
B = 40.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B31186 (or 0xB31186) is known color: Medium Violet Red. HEX triplet: B3, 11 and 86. RGB value is (179,17,134). Sum of RGB (Red+Green+Blue) = 179+17+134=330 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.24% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 179 - color contains mainly: red. Hex color #B31186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31186 is #4CEE79. Grayscale: #4E4E4E. Windows color (decimal): -5041786 or 8786355. OLE color: 8786355.

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

Color convert

RGB 179 17 134 -
CMYK 0 0.91 0.25 0.30
HSL 316.67º 0.83% 0.38% -
HSV(B) 316.67º 0.91% 0.7% -
XYZ 23.09 11.71 23.6 -
YUV 78.78 159.17 199.49 -
System Red Green Blue C M Y K H S L
Decimal 179 17 134 0 0.91 0.25 0.30 316.67 0.83 0.38
Hex B3 11 86 0 5B 19 1E 13D 53 26
Octal 263 21 206 0 133 31 36 475 123 46
Binary 10110011 10001 10000110 0 1011011 11001 11110 100111101 1010011 100110

Color Harmonies of #B31186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31186

Black with #B31186

Text Example


Text Example

White with #B31186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31186; }

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

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

background-color css

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

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

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

border-color css

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

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

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