Html Css Color HEX #B31C95 Medium Violet Red

📋 copy color: '#B31C95'

red 179 ◦ green 28 ◦ blue 149

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

Shades of Medium Violet Red #B31C95

Tints of Medium Violet Red #B31C95

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.87%

 BLUE value IS 149 (58.59% from 255) = 41.85%

R = 50.28%
G = 7.87%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B31C95 (or 0xB31C95) is known color: Medium Violet Red. HEX triplet: B3, 1C and 95. RGB value is (179,28,149). Sum of RGB (Red+Green+Blue) = 179+28+149=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 28 (11.33% from 255 or 7.87% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31C95 is #4CE36A. Grayscale: #565656. Windows color (decimal): -5038955 or 9772211. OLE color: 9772211.

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

Color convert

RGB 179 28 149 -
CMYK 0 0.84 0.17 0.30
HSL 311.92º 0.73% 0.41% -
HSV(B) 311.92º 0.84% 0.7% -
XYZ 24.43 12.58 29.58 -
YUV 86.94 163.03 193.66 -
System Red Green Blue C M Y K H S L
Decimal 179 28 149 0 0.84 0.17 0.30 311.92 0.73 0.41
Hex B3 1C 95 0 54 11 1E 138 49 29
Octal 263 34 225 0 124 21 36 470 111 51
Binary 10110011 11100 10010101 0 1010100 10001 11110 100111000 1001001 101001

Color Harmonies of #B31C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C95

Black with #B31C95

Text Example


Text Example

White with #B31C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C95; }

 p { color: rgb(179,28,149); }

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

background-color css

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

 a { background-color: rgb(179,28,149); }

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

border-color css

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

 span { border-color: rgb(179,28,149); }

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