Html Css Color HEX #B31E8C Medium Violet Red

📋 copy color: '#B31E8C'

red 179 ◦ green 30 ◦ blue 140

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

Shades of Medium Violet Red #B31E8C

Tints of Medium Violet Red #B31E8C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.6%

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

R = 51.29%
G = 8.6%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B31E8C (or 0xB31E8C) is known color: Medium Violet Red. HEX triplet: B3, 1E and 8C. RGB value is (179,30,140). Sum of RGB (Red+Green+Blue) = 179+30+140=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 30 (12.11% from 255 or 8.60% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31E8C is #4CE173. Grayscale: #565656. Windows color (decimal): -5038452 or 9182899. OLE color: 9182899.

HSL color Cylindrical-coordinate representation of color #B31E8C: hue angle of 315.7º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B31E8C is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 30 140 -
CMYK 0 0.83 0.22 0.30
HSL 315.7º 0.71% 0.41% -
HSV(B) 315.7º 0.83% 0.7% -
XYZ 23.79 12.41 25.95 -
YUV 87.09 157.86 193.56 -
System Red Green Blue C M Y K H S L
Decimal 179 30 140 0 0.83 0.22 0.30 315.7 0.71 0.41
Hex B3 1E 8C 0 53 16 1E 13C 47 29
Octal 263 36 214 0 123 26 36 474 107 51
Binary 10110011 11110 10001100 0 1010011 10110 11110 100111100 1000111 101001

Color Harmonies of #B31E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31E8C

Black with #B31E8C

Text Example


Text Example

White with #B31E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31E8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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