Html Css Color HEX #B31E9F Medium Violet Red

📋 copy color: '#B31E9F'

red 179 ◦ green 30 ◦ blue 159

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

Shades of Medium Violet Red #B31E9F

Tints of Medium Violet Red #B31E9F

RGB

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

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

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

R = 48.64%
G = 8.15%
B = 43.21%

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

#B31E9F (or 0xB31E9F) is known color: Medium Violet Red. HEX triplet: B3, 1E and 9F. RGB value is (179,30,159). Sum of RGB (Red+Green+Blue) = 179+30+159=368 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.64% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 159 (62.5% from 255 or 43.21% from 368); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31E9F is #4CE160. Grayscale: #585858. Windows color (decimal): -5038433 or 10428083. OLE color: 10428083.

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

Color convert

RGB 179 30 159 -
CMYK 0 0.83 0.11 0.30
HSL 308.05º 0.71% 0.41% -
HSV(B) 308.05º 0.83% 0.7% -
XYZ 25.31 13.02 33.98 -
YUV 89.26 167.36 192.01 -
System Red Green Blue C M Y K H S L
Decimal 179 30 159 0 0.83 0.11 0.30 308.05 0.71 0.41
Hex B3 1E 9F 0 53 B 1E 134 47 29
Octal 263 36 237 0 123 13 36 464 107 51
Binary 10110011 11110 10011111 0 1010011 1011 11110 100110100 1000111 101001

Color Harmonies of #B31E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31E9F

Black with #B31E9F

Text Example


Text Example

White with #B31E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31E9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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