Html Css Color HEX #B31D7D Medium Violet Red

📋 copy color: '#B31D7D'

red 179 ◦ green 29 ◦ blue 125

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

Shades of Medium Violet Red #B31D7D

Tints of Medium Violet Red #B31D7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.54%

R = 53.75%
G = 8.71%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B31D7D (or 0xB31D7D) is known color: Medium Violet Red. HEX triplet: B3, 1D and 7D. RGB value is (179,29,125). Sum of RGB (Red+Green+Blue) = 179+29+125=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 29 (11.72% from 255 or 8.71% from 333); Blue value is 125 (49.22% from 255 or 37.54% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31D7D is #4CE282. Grayscale: #545454. Windows color (decimal): -5038723 or 8199603. OLE color: 8199603.

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

Color convert

RGB 179 29 125 -
CMYK 0 0.84 0.30 0.30
HSL 321.6º 0.72% 0.41% -
HSV(B) 321.6º 0.84% 0.7% -
XYZ 22.73 11.94 20.51 -
YUV 84.79 150.7 195.19 -
System Red Green Blue C M Y K H S L
Decimal 179 29 125 0 0.84 0.30 0.30 321.6 0.72 0.41
Hex B3 1D 7D 0 54 1E 1E 142 48 29
Octal 263 35 175 0 124 36 36 502 110 51
Binary 10110011 11101 1111101 0 1010100 11110 11110 101000010 1001000 101001

Color Harmonies of #B31D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31D7D

Black with #B31D7D

Text Example


Text Example

White with #B31D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31D7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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