#B31FB9

Color #B31FB9 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B31FB9

Tints of Deep Magenta #B31FB9

Color information

#B31FB9 (or 0xB31FB9) is unknown color: approx Deep Magenta. HEX triplet: B3, 1F and B9. RGB value is (179,31,185). Sum of RGB (Red+Green+Blue) = 179+31+185=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #B31FB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B31FB9 is #4CE046. Grayscale: #5C5C5C. Windows color (decimal): -5038151 or 12132275. OLE color: 12132275.

HSL color Cylindrical-coordinate representation of color #B31FB9: hue angle of 297.66º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B31FB9 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17931185-
CMYK0.030.8300.27
HSL297.66º71.3%42.35%-
HSV(B)297.66º83.24%72.55%-
XYZ27.8414.0747.15-
YUV92.81180.03189.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.32%
GREEN value IS 31 (12.5% from 255) = 7.85%
BLUE value IS 185 (72.66% from 255) = 46.84%
R=45.32%
G=7.85%
B=46.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal179311850.030.8300.27297.6671.342.35
HexB31FB935301B12a472a
Octal26337271312303345210752
Binary1011001111111101110011110100110110111001010101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31FB9; }

 p { color: rgb(179,31,185); }

 H1.HeaderClassName
 {
   color: #B31FB9;
 }
 .AnyTagClassName
 {
   color: #B31FB9;
 }
</style>
background-color css

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

 a { background-color: rgb(179,31,185); }

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

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

 span { border-color: rgb(179,31,185); }

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