Html Css Color HEX #B31086 Medium Violet Red

📋 copy color: '#B31086'

red 179 ◦ green 16 ◦ blue 134

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

Shades of Medium Violet Red #B31086

Tints of Medium Violet Red #B31086

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.86%

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

R = 54.41%
G = 4.86%
B = 40.73%

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

#B31086 (or 0xB31086) is known color: Medium Violet Red. HEX triplet: B3, 10 and 86. RGB value is (179,16,134). Sum of RGB (Red+Green+Blue) = 179+16+134=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 134 (52.73% from 255 or 40.73% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B31086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31086 is #4CEF79. Grayscale: #4D4D4D. Windows color (decimal): -5042042 or 8786099. OLE color: 8786099.

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

Color convert

RGB 179 16 134 -
CMYK 0 0.91 0.25 0.30
HSL 316.56º 0.84% 0.38% -
HSV(B) 316.56º 0.91% 0.7% -
XYZ 23.08 11.68 23.59 -
YUV 78.19 159.5 199.91 -
System Red Green Blue C M Y K H S L
Decimal 179 16 134 0 0.91 0.25 0.30 316.56 0.84 0.38
Hex B3 10 86 0 5B 19 1E 13D 54 26
Octal 263 20 206 0 133 31 36 475 124 46
Binary 10110011 10000 10000110 0 1011011 11001 11110 100111101 1010100 100110

Color Harmonies of #B31086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31086

Black with #B31086

Text Example


Text Example

White with #B31086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31086; }

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

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

background-color css

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

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

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

border-color css

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

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

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