Html Css Color HEX #B31189 Medium Violet Red

📋 copy color: '#B31189'

red 179 ◦ green 17 ◦ blue 137

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

Shades of Medium Violet Red #B31189

Tints of Medium Violet Red #B31189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 41.14%

R = 53.75%
G = 5.11%
B = 41.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B31189 (or 0xB31189) is known color: Medium Violet Red. HEX triplet: B3, 11 and 89. RGB value is (179,17,137). Sum of RGB (Red+Green+Blue) = 179+17+137=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 17 (7.03% from 255 or 5.11% from 333); Blue value is 137 (53.91% from 255 or 41.14% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B31189 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31189 is #4CEE76. Grayscale: #4E4E4E. Windows color (decimal): -5041783 or 8982963. OLE color: 8982963.

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

Color convert

RGB 179 17 137 -
CMYK 0 0.91 0.23 0.30
HSL 315.56º 0.83% 0.38% -
HSV(B) 315.56º 0.91% 0.7% -
XYZ 23.31 11.79 24.71 -
YUV 79.12 160.67 199.24 -
System Red Green Blue C M Y K H S L
Decimal 179 17 137 0 0.91 0.23 0.30 315.56 0.83 0.38
Hex B3 11 89 0 5B 17 1E 13C 53 26
Octal 263 21 211 0 133 27 36 474 123 46
Binary 10110011 10001 10001001 0 1011011 10111 11110 100111100 1010011 100110

Color Harmonies of #B31189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31189

Black with #B31189

Text Example


Text Example

White with #B31189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31189; }

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

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

background-color css

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

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

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

border-color css

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

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

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