#B91EDD

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

Shades of Deep Magenta #B91EDD

Tints of Deep Magenta #B91EDD

Color information

#B91EDD (or 0xB91EDD) is unknown color: approx Deep Magenta. HEX triplet: B9, 1E and DD. RGB value is (185,30,221). Sum of RGB (Red+Green+Blue) = 185+30+221=436 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.43% from 436); Green value is 30 (12.11% from 255 or 6.88% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #B91EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91EDD is #46E122. Grayscale: #616161. Windows color (decimal): -4645155 or 14491321. OLE color: 14491321.

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

Color convert

RGB18530221-
CMYK0.160.8600.13
HSL288.69º76.1%49.22%-
HSV(B)288.69º86.43%86.67%-
XYZ33.5216.4669.82-
YUV98.12197.35189.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.43%
GREEN value IS 30 (12.11% from 255) = 6.88%
BLUE value IS 221 (86.72% from 255) = 50.69%
R=42.43%
G=6.88%
B=50.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal185302210.160.8600.13288.6976.149.22
HexB91EDD10560D1214c31
Octal271363352012601544111461
Binary101110011111011011101100001010110011011001000011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91EDD; }

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

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

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

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

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

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

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

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