Html Css Color HEX #B31D86 Medium Violet Red

📋 copy color: '#B31D86'

red 179 ◦ green 29 ◦ blue 134

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

Shades of Medium Violet Red #B31D86

Tints of Medium Violet Red #B31D86

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.48%

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

R = 52.34%
G = 8.48%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B31D86 (or 0xB31D86) is known color: Medium Violet Red. HEX triplet: B3, 1D and 86. RGB value is (179,29,134). Sum of RGB (Red+Green+Blue) = 179+29+134=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 29 (11.72% from 255 or 8.48% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31D86 is #4CE279. Grayscale: #555555. Windows color (decimal): -5038714 or 8789427. OLE color: 8789427.

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

Color convert

RGB 179 29 134 -
CMYK 0 0.84 0.25 0.30
HSL 318º 0.72% 0.41% -
HSV(B) 318º 0.84% 0.7% -
XYZ 23.33 12.18 23.68 -
YUV 85.82 155.2 194.46 -
System Red Green Blue C M Y K H S L
Decimal 179 29 134 0 0.84 0.25 0.30 318 0.72 0.41
Hex B3 1D 86 0 54 19 1E 13E 48 29
Octal 263 35 206 0 124 31 36 476 110 51
Binary 10110011 11101 10000110 0 1010100 11001 11110 100111110 1001000 101001

Color Harmonies of #B31D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31D86

Black with #B31D86

Text Example


Text Example

White with #B31D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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