Html Css Color HEX #B31D8A Medium Violet Red

📋 copy color: '#B31D8A'

red 179 ◦ green 29 ◦ blue 138

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

Shades of Medium Violet Red #B31D8A

Tints of Medium Violet Red #B31D8A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.38%

 BLUE value IS 138 (54.3% from 255) = 39.88%

R = 51.73%
G = 8.38%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#B31D8A (or 0xB31D8A) is known color: Medium Violet Red. HEX triplet: B3, 1D and 8A. RGB value is (179,29,138). Sum of RGB (Red+Green+Blue) = 179+29+138=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 29 (11.72% from 255 or 8.38% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31D8A is #4CE275. Grayscale: #555555. Windows color (decimal): -5038710 or 9051571. OLE color: 9051571.

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

Color convert

RGB 179 29 138 -
CMYK 0 0.84 0.23 0.30
HSL 316.4º 0.72% 0.41% -
HSV(B) 316.4º 0.84% 0.7% -
XYZ 23.62 12.3 25.17 -
YUV 86.28 157.2 194.14 -
System Red Green Blue C M Y K H S L
Decimal 179 29 138 0 0.84 0.23 0.30 316.4 0.72 0.41
Hex B3 1D 8A 0 54 17 1E 13C 48 29
Octal 263 35 212 0 124 27 36 474 110 51
Binary 10110011 11101 10001010 0 1010100 10111 11110 100111100 1001000 101001

Color Harmonies of #B31D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31D8A

Black with #B31D8A

Text Example


Text Example

White with #B31D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31D8A; }

 p { color: rgb(179,29,138); }

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

background-color css

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

 a { background-color: rgb(179,29,138); }

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

border-color css

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

 span { border-color: rgb(179,29,138); }

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