Html Css Color HEX #B31F9F Medium Violet Red

📋 copy color: '#B31F9F'

red 179 ◦ green 31 ◦ blue 159

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

Shades of Medium Violet Red #B31F9F

Tints of Medium Violet Red #B31F9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.09%

R = 48.51%
G = 8.4%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B31F9F (or 0xB31F9F) is known color: Medium Violet Red. HEX triplet: B3, 1F and 9F. RGB value is (179,31,159). Sum of RGB (Red+Green+Blue) = 179+31+159=369 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.51% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31F9F is #4CE060. Grayscale: #595959. Windows color (decimal): -5038177 or 10428339. OLE color: 10428339.

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

Color convert

RGB 179 31 159 -
CMYK 0 0.83 0.11 0.30
HSL 308.11º 0.7% 0.41% -
HSV(B) 308.11º 0.83% 0.7% -
XYZ 25.34 13.07 33.99 -
YUV 89.84 167.03 191.59 -
System Red Green Blue C M Y K H S L
Decimal 179 31 159 0 0.83 0.11 0.30 308.11 0.7 0.41
Hex B3 1F 9F 0 53 B 1E 134 46 29
Octal 263 37 237 0 123 13 36 464 106 51
Binary 10110011 11111 10011111 0 1010011 1011 11110 100110100 1000110 101001

Color Harmonies of #B31F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31F9F

Black with #B31F9F

Text Example


Text Example

White with #B31F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31F9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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