Html Css Color HEX #B31290 Medium Violet Red

📋 copy color: '#B31290'

red 179 ◦ green 18 ◦ blue 144

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

Shades of Medium Violet Red #B31290

Tints of Medium Violet Red #B31290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 42.23%

R = 52.49%
G = 5.28%
B = 42.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B31290 (or 0xB31290) is known color: Medium Violet Red. HEX triplet: B3, 12 and 90. RGB value is (179,18,144). Sum of RGB (Red+Green+Blue) = 179+18+144=341 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.49% from 341); Green value is 18 (7.42% from 255 or 5.28% from 341); Blue value is 144 (56.64% from 255 or 42.23% from 341); Max value from RGB is 179 - color contains mainly: red. Hex color #B31290 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B31290 is #4CED6F. Grayscale: #505050. Windows color (decimal): -5041520 or 9441971. OLE color: 9441971.

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

Color convert

RGB 179 18 144 -
CMYK 0 0.90 0.20 0.30
HSL 313.04º 0.82% 0.39% -
HSV(B) 313.04º 0.9% 0.7% -
XYZ 23.84 12.03 27.45 -
YUV 80.5 163.84 198.25 -
System Red Green Blue C M Y K H S L
Decimal 179 18 144 0 0.90 0.20 0.30 313.04 0.82 0.39
Hex B3 12 90 0 5A 14 1E 139 52 27
Octal 263 22 220 0 132 24 36 471 122 47
Binary 10110011 10010 10010000 0 1011010 10100 11110 100111001 1010010 100111

Color Harmonies of #B31290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31290

Black with #B31290

Text Example


Text Example

White with #B31290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31290; }

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

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

background-color css

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

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

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

border-color css

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

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

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