#B91DCD

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

Shades of Deep Magenta #B91DCD

Tints of Deep Magenta #B91DCD

Color information

#B91DCD (or 0xB91DCD) is unknown color: approx Deep Magenta. HEX triplet: B9, 1D and CD. RGB value is (185,29,205). Sum of RGB (Red+Green+Blue) = 185+29+205=419 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.15% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #B91DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B91DCD is #46E232. Grayscale: #5F5F5F. Windows color (decimal): -4645427 or 13442489. OLE color: 13442489.

HSL color Cylindrical-coordinate representation of color #B91DCD: hue angle of 293.18º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B91DCD is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18529205-
CMYK0.100.8600.20
HSL293.18º75.21%45.88%-
HSV(B)293.18º85.85%80.39%-
XYZ31.4715.659.11-
YUV95.71189.68191.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.15%
GREEN value IS 29 (11.72% from 255) = 6.92%
BLUE value IS 205 (80.47% from 255) = 48.93%
R=44.15%
G=6.92%
B=48.93%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal185292050.100.8600.20293.1875.2145.88
HexB91DCDA560141254b2e
Octal271353151212602444511356
Binary101110011110111001101101010101100101001001001011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91DCD; }

 p { color: rgb(185,29,205); }

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

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

 a { background-color: rgb(185,29,205); }

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

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

 span { border-color: rgb(185,29,205); }

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