Html Css Color HEX #B31A8D Medium Violet Red

📋 copy color: '#B31A8D'

red 179 ◦ green 26 ◦ blue 141

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

Shades of Medium Violet Red #B31A8D

Tints of Medium Violet Red #B31A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.75%

R = 51.73%
G = 7.51%
B = 40.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B31A8D (or 0xB31A8D) is known color: Medium Violet Red. HEX triplet: B3, 1A and 8D. RGB value is (179,26,141). Sum of RGB (Red+Green+Blue) = 179+26+141=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 26 (10.55% from 255 or 7.51% from 346); Blue value is 141 (55.47% from 255 or 40.75% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31A8D is #4CE572. Grayscale: #545454. Windows color (decimal): -5039475 or 9247411. OLE color: 9247411.

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

Color convert

RGB 179 26 141 -
CMYK 0 0.85 0.21 0.30
HSL 314.9º 0.75% 0.4% -
HSV(B) 314.9º 0.85% 0.7% -
XYZ 23.77 12.25 26.31 -
YUV 84.86 159.69 195.15 -
System Red Green Blue C M Y K H S L
Decimal 179 26 141 0 0.85 0.21 0.30 314.9 0.75 0.4
Hex B3 1A 8D 0 55 15 1E 13B 4B 28
Octal 263 32 215 0 125 25 36 473 113 50
Binary 10110011 11010 10001101 0 1010101 10101 11110 100111011 1001011 101000

Color Harmonies of #B31A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31A8D

Black with #B31A8D

Text Example


Text Example

White with #B31A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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