Html Css Color HEX #B31294 Medium Violet Red

📋 copy color: '#B31294'

red 179 ◦ green 18 ◦ blue 148

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

Shades of Medium Violet Red #B31294

Tints of Medium Violet Red #B31294

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.22%

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

R = 51.88%
G = 5.22%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B31294 (or 0xB31294) is known color: Medium Violet Red. HEX triplet: B3, 12 and 94. RGB value is (179,18,148). Sum of RGB (Red+Green+Blue) = 179+18+148=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 18 (7.42% from 255 or 5.22% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B31294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31294 is #4CED6B. Grayscale: #505050. Windows color (decimal): -5041516 or 9704115. OLE color: 9704115.

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

Color convert

RGB 179 18 148 -
CMYK 0 0.90 0.17 0.30
HSL 311.55º 0.82% 0.39% -
HSV(B) 311.55º 0.9% 0.7% -
XYZ 24.15 12.15 29.09 -
YUV 80.96 165.84 197.93 -
System Red Green Blue C M Y K H S L
Decimal 179 18 148 0 0.90 0.17 0.30 311.55 0.82 0.39
Hex B3 12 94 0 5A 11 1E 138 52 27
Octal 263 22 224 0 132 21 36 470 122 47
Binary 10110011 10010 10010100 0 1011010 10001 11110 100111000 1010010 100111

Color Harmonies of #B31294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31294

Black with #B31294

Text Example


Text Example

White with #B31294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31294; }

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

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

background-color css

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

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

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

border-color css

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

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

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