Html Css Color HEX #B31599 Medium Violet Red

📋 copy color: '#B31599'

red 179 ◦ green 21 ◦ blue 153

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

Shades of Medium Violet Red #B31599

Tints of Medium Violet Red #B31599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.95%

 BLUE value IS 153 (60.16% from 255) = 43.34%

R = 50.71%
G = 5.95%
B = 43.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B31599 (or 0xB31599) is known color: Medium Violet Red. HEX triplet: B3, 15 and 99. RGB value is (179,21,153). Sum of RGB (Red+Green+Blue) = 179+21+153=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 21 (8.59% from 255 or 5.95% from 353); Blue value is 153 (60.16% from 255 or 43.34% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B31599 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31599 is #4CEA66. Grayscale: #525252. Windows color (decimal): -5040743 or 10032563. OLE color: 10032563.

HSL color Cylindrical-coordinate representation of color #B31599: hue angle of 309.87º degrees, saturation: 0.79, 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 #B31599 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 21 153 -
CMYK 0 0.88 0.15 0.30
HSL 309.87º 0.79% 0.39% -
HSV(B) 309.87º 0.88% 0.7% -
XYZ 24.61 12.42 31.24 -
YUV 83.29 167.35 196.27 -
System Red Green Blue C M Y K H S L
Decimal 179 21 153 0 0.88 0.15 0.30 309.87 0.79 0.39
Hex B3 15 99 0 58 F 1E 136 4F 27
Octal 263 25 231 0 130 17 36 466 117 47
Binary 10110011 10101 10011001 0 1011000 1111 11110 100110110 1001111 100111

Color Harmonies of #B31599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31599

Black with #B31599

Text Example


Text Example

White with #B31599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31599; }

 p { color: rgb(179,21,153); }

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

background-color css

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

 a { background-color: rgb(179,21,153); }

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

border-color css

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

 span { border-color: rgb(179,21,153); }

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