Html Css Color HEX #B31394 Medium Violet Red

📋 copy color: '#B31394'

red 179 ◦ green 19 ◦ blue 148

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

Shades of Medium Violet Red #B31394

Tints of Medium Violet Red #B31394

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.49%

 BLUE value IS 148 (58.2% from 255) = 42.77%

R = 51.73%
G = 5.49%
B = 42.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B31394 (or 0xB31394) is known color: Medium Violet Red. HEX triplet: B3, 13 and 94. RGB value is (179,19,148). Sum of RGB (Red+Green+Blue) = 179+19+148=346 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.73% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 148 (58.20% from 255 or 42.77% from 346); Max value from RGB is 179 - color contains mainly: red. Hex color #B31394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31394 is #4CEC6B. Grayscale: #515151. Windows color (decimal): -5041260 or 9704371. OLE color: 9704371.

HSL color Cylindrical-coordinate representation of color #B31394: hue angle of 311.62º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31394 is Cyan = 0, Magento = 0.89, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 19 148 -
CMYK 0 0.89 0.17 0.30
HSL 311.63º 0.81% 0.39% -
HSV(B) 311.63º 0.89% 0.7% -
XYZ 24.17 12.19 29.1 -
YUV 81.55 165.51 197.51 -
System Red Green Blue C M Y K H S L
Decimal 179 19 148 0 0.89 0.17 0.30 311.63 0.81 0.39
Hex B3 13 94 0 59 11 1E 138 51 27
Octal 263 23 224 0 131 21 36 470 121 47
Binary 10110011 10011 10010100 0 1011001 10001 11110 100111000 1010001 100111

Color Harmonies of #B31394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31394

Black with #B31394

Text Example


Text Example

White with #B31394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31394; }

 p { color: rgb(179,19,148); }

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

background-color css

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

 a { background-color: rgb(179,19,148); }

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

border-color css

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

 span { border-color: rgb(179,19,148); }

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