Html Css Color HEX #B31F8C Medium Violet Red

📋 copy color: '#B31F8C'

red 179 ◦ green 31 ◦ blue 140

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

Shades of Medium Violet Red #B31F8C

Tints of Medium Violet Red #B31F8C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.86%

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

R = 51.14%
G = 8.86%
B = 40%

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

#B31F8C (or 0xB31F8C) is known color: Medium Violet Red. HEX triplet: B3, 1F and 8C. RGB value is (179,31,140). Sum of RGB (Red+Green+Blue) = 179+31+140=350 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.14% from 350); Green value is 31 (12.5% from 255 or 8.86% from 350); Blue value is 140 (55.08% from 255 or 40% from 350); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31F8C is #4CE073. Grayscale: #575757. Windows color (decimal): -5038196 or 9183155. OLE color: 9183155.

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

Color convert

RGB 179 31 140 -
CMYK 0 0.83 0.22 0.30
HSL 315.81º 0.7% 0.41% -
HSV(B) 315.81º 0.83% 0.7% -
XYZ 23.81 12.46 25.96 -
YUV 87.68 157.53 193.14 -
System Red Green Blue C M Y K H S L
Decimal 179 31 140 0 0.83 0.22 0.30 315.81 0.7 0.41
Hex B3 1F 8C 0 53 16 1E 13C 46 29
Octal 263 37 214 0 123 26 36 474 106 51
Binary 10110011 11111 10001100 0 1010011 10110 11110 100111100 1000110 101001

Color Harmonies of #B31F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31F8C

Black with #B31F8C

Text Example


Text Example

White with #B31F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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