Html Css Color HEX #B31A96 Medium Violet Red

📋 copy color: '#B31A96'

red 179 ◦ green 26 ◦ blue 150

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

Shades of Medium Violet Red #B31A96

Tints of Medium Violet Red #B31A96

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.32%

 BLUE value IS 150 (58.98% from 255) = 42.25%

R = 50.42%
G = 7.32%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B31A96 (or 0xB31A96) is known color: Medium Violet Red. HEX triplet: B3, 1A and 96. RGB value is (179,26,150). Sum of RGB (Red+Green+Blue) = 179+26+150=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31A96 is #4CE569. Grayscale: #555555. Windows color (decimal): -5039466 or 9837235. OLE color: 9837235.

HSL color Cylindrical-coordinate representation of color #B31A96: hue angle of 311.37º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31A96 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 26 150 -
CMYK 0 0.85 0.16 0.30
HSL 311.37º 0.75% 0.4% -
HSV(B) 311.37º 0.85% 0.7% -
XYZ 24.46 12.52 29.98 -
YUV 85.88 164.19 194.42 -
System Red Green Blue C M Y K H S L
Decimal 179 26 150 0 0.85 0.16 0.30 311.37 0.75 0.4
Hex B3 1A 96 0 55 10 1E 137 4B 28
Octal 263 32 226 0 125 20 36 467 113 50
Binary 10110011 11010 10010110 0 1010101 10000 11110 100110111 1001011 101000

Color Harmonies of #B31A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31A96

Black with #B31A96

Text Example


Text Example

White with #B31A96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31A96; }

 p { color: rgb(179,26,150); }

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

background-color css

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

 a { background-color: rgb(179,26,150); }

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

border-color css

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

 span { border-color: rgb(179,26,150); }

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