Html Css Color HEX #B31D8C Medium Violet Red

📋 copy color: '#B31D8C'

red 179 ◦ green 29 ◦ blue 140

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

Shades of Medium Violet Red #B31D8C

Tints of Medium Violet Red #B31D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.23%

R = 51.44%
G = 8.33%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B31D8C (or 0xB31D8C) is known color: Medium Violet Red. HEX triplet: B3, 1D and 8C. RGB value is (179,29,140). Sum of RGB (Red+Green+Blue) = 179+29+140=348 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.44% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 140 (55.08% from 255 or 40.23% from 348); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31D8C is #4CE273. Grayscale: #565656. Windows color (decimal): -5038708 or 9182643. OLE color: 9182643.

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

Color convert

RGB 179 29 140 -
CMYK 0 0.84 0.22 0.30
HSL 315.6º 0.72% 0.41% -
HSV(B) 315.6º 0.84% 0.7% -
XYZ 23.76 12.36 25.94 -
YUV 86.5 158.2 193.97 -
System Red Green Blue C M Y K H S L
Decimal 179 29 140 0 0.84 0.22 0.30 315.6 0.72 0.41
Hex B3 1D 8C 0 54 16 1E 13C 48 29
Octal 263 35 214 0 124 26 36 474 110 51
Binary 10110011 11101 10001100 0 1010100 10110 11110 100111100 1001000 101001

Color Harmonies of #B31D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31D8C

Black with #B31D8C

Text Example


Text Example

White with #B31D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31D8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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