Html Css Color HEX #B31C7E Medium Violet Red

📋 copy color: '#B31C7E'

red 179 ◦ green 28 ◦ blue 126

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

Shades of Medium Violet Red #B31C7E

Tints of Medium Violet Red #B31C7E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.41%

 BLUE value IS 126 (49.61% from 255) = 37.84%

R = 53.75%
G = 8.41%
B = 37.84%

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

#B31C7E (or 0xB31C7E) is known color: Medium Violet Red. HEX triplet: B3, 1C and 7E. RGB value is (179,28,126). Sum of RGB (Red+Green+Blue) = 179+28+126=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 28 (11.33% from 255 or 8.41% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31C7E is #4CE381. Grayscale: #545454. Windows color (decimal): -5038978 or 8264883. OLE color: 8264883.

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

Color convert

RGB 179 28 126 -
CMYK 0 0.84 0.30 0.30
HSL 321.06º 0.73% 0.41% -
HSV(B) 321.06º 0.84% 0.7% -
XYZ 22.77 11.92 20.84 -
YUV 84.32 151.53 195.53 -
System Red Green Blue C M Y K H S L
Decimal 179 28 126 0 0.84 0.30 0.30 321.06 0.73 0.41
Hex B3 1C 7E 0 54 1E 1E 141 49 29
Octal 263 34 176 0 124 36 36 501 111 51
Binary 10110011 11100 1111110 0 1010100 11110 11110 101000001 1001001 101001

Color Harmonies of #B31C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31C7E

Black with #B31C7E

Text Example


Text Example

White with #B31C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31C7E; }

 p { color: rgb(179,28,126); }

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

background-color css

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

 a { background-color: rgb(179,28,126); }

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

border-color css

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

 span { border-color: rgb(179,28,126); }

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