#b81dc8

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

Shades of Deep Magenta #B81DC8

Tints of Deep Magenta #B81DC8

Color information

#B81DC8 (or 0xB81DC8) is unknown color: approx Deep Magenta. HEX triplet: B8, 1D and C8. RGB value is (184,29,200). Sum of RGB (Red+Green+Blue) = 184+29+200=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 29 (11.72% from 255 or 7.02% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 200 - color contains mainly: blue. Hex color #B81DC8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81DC8 is #47E237. Grayscale: #5E5E5E. Windows color (decimal): -4710968 or 13114808. OLE color: 13114808.

HSL color Cylindrical-coordinate representation of color #B81DC8: hue angle of 294.39º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81DC8 is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18429200-
CMYK0.080.8600.22
HSL294.39º74.67%44.9%-
HSV(B)294.39º85.5%78.43%-
XYZ30.6315.2455.97-
YUV94.84187.35191.6-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.55%
GREEN value IS 29 (11.72% from 255) = 7.02%
BLUE value IS 200 (78.52% from 255) = 48.43%
R=44.55%
G=7.02%
B=48.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal184292000.080.8600.22294.3974.6744.9
HexB81DC88560161264b2d
Octal270353101012602644611355
Binary101110001110111001000100010101100101101001001101001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b81dc8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b81dc8; }

 p { color: rgb(184,29,200); }

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

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

 a { background-color: rgb(184,29,200); }

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

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

 span { border-color: rgb(184,29,200); }

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