Html Css Color HEX #B31686 Medium Violet Red

📋 copy color: '#B31686'

red 179 ◦ green 22 ◦ blue 134

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

Shades of Medium Violet Red #B31686

Tints of Medium Violet Red #B31686

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.57%

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

R = 53.43%
G = 6.57%
B = 40%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#B31686 (or 0xB31686) is known color: Medium Violet Red. HEX triplet: B3, 16 and 86. RGB value is (179,22,134). Sum of RGB (Red+Green+Blue) = 179+22+134=335 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.43% from 335); Green value is 22 (8.98% from 255 or 6.57% from 335); Blue value is 134 (52.73% from 255 or 40% from 335); Max value from RGB is 179 - color contains mainly: red. Hex color #B31686 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31686 is #4CE979. Grayscale: #515151. Windows color (decimal): -5040506 or 8787635. OLE color: 8787635.

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

Color convert

RGB 179 22 134 -
CMYK 0 0.88 0.25 0.30
HSL 317.2º 0.78% 0.39% -
HSV(B) 317.2º 0.88% 0.7% -
XYZ 23.18 11.88 23.63 -
YUV 81.71 157.51 197.39 -
System Red Green Blue C M Y K H S L
Decimal 179 22 134 0 0.88 0.25 0.30 317.2 0.78 0.39
Hex B3 16 86 0 58 19 1E 13D 4E 27
Octal 263 26 206 0 130 31 36 475 116 47
Binary 10110011 10110 10000110 0 1011000 11001 11110 100111101 1001110 100111

Color Harmonies of #B31686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31686

Black with #B31686

Text Example


Text Example

White with #B31686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31686; }

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

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

background-color css

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

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

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

border-color css

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

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

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