#B91EDF

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

Shades of Deep Magenta #B91EDF

Tints of Deep Magenta #B91EDF

Color information

#B91EDF (or 0xB91EDF) is unknown color: approx Deep Magenta. HEX triplet: B9, 1E and DF. RGB value is (185,30,223). Sum of RGB (Red+Green+Blue) = 185+30+223=438 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.24% from 438); Green value is 30 (12.11% from 255 or 6.85% from 438); Blue value is 223 (87.5% from 255 or 50.91% from 438); Max value from RGB is 223 - color contains mainly: blue. Hex color #B91EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91EDF is #46E120. Grayscale: #616161. Windows color (decimal): -4645153 or 14622393. OLE color: 14622393.

HSL color Cylindrical-coordinate representation of color #B91EDF: hue angle of 288.19º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B91EDF is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18530223-
CMYK0.170.8700.13
HSL288.19º76.28%49.61%-
HSV(B)288.19º86.55%87.45%-
XYZ33.7916.5771.23-
YUV98.35198.35189.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.24%
GREEN value IS 30 (12.11% from 255) = 6.85%
BLUE value IS 223 (87.5% from 255) = 50.91%
R=42.24%
G=6.85%
B=50.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal185302230.170.8700.13288.1976.2849.61
HexB91EDF11570D1204c32
Octal271363372112701544011462
Binary101110011111011011111100011010111011011001000001001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91EDF; }

 p { color: rgb(185,30,223); }

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

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

 a { background-color: rgb(185,30,223); }

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

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

 span { border-color: rgb(185,30,223); }

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