Html Css Color HEX #B31E9E Medium Violet Red

📋 copy color: '#B31E9E'

red 179 ◦ green 30 ◦ blue 158

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

Shades of Medium Violet Red #B31E9E

Tints of Medium Violet Red #B31E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.05%

R = 48.77%
G = 8.17%
B = 43.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B31E9E (or 0xB31E9E) is known color: Medium Violet Red. HEX triplet: B3, 1E and 9E. RGB value is (179,30,158). Sum of RGB (Red+Green+Blue) = 179+30+158=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 30 (12.11% from 255 or 8.17% from 367); Blue value is 158 (62.11% from 255 or 43.05% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31E9E is #4CE161. Grayscale: #585858. Windows color (decimal): -5038434 or 10362547. OLE color: 10362547.

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

Color convert

RGB 179 30 158 -
CMYK 0 0.83 0.12 0.30
HSL 308.46º 0.71% 0.41% -
HSV(B) 308.46º 0.83% 0.7% -
XYZ 25.23 12.98 33.52 -
YUV 89.14 166.86 192.09 -
System Red Green Blue C M Y K H S L
Decimal 179 30 158 0 0.83 0.12 0.30 308.46 0.71 0.41
Hex B3 1E 9E 0 53 C 1E 134 47 29
Octal 263 36 236 0 123 14 36 464 107 51
Binary 10110011 11110 10011110 0 1010011 1100 11110 100110100 1000111 101001

Color Harmonies of #B31E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31E9E

Black with #B31E9E

Text Example


Text Example

White with #B31E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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