#B81BD1

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

Shades of Deep Magenta #B81BD1

Tints of Deep Magenta #B81BD1

Color information

#B81BD1 (or 0xB81BD1) is unknown color: approx Deep Magenta. HEX triplet: B8, 1B and D1. RGB value is (184,27,209). Sum of RGB (Red+Green+Blue) = 184+27+209=420 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.81% from 420); Green value is 27 (10.94% from 255 or 6.43% from 420); Blue value is 209 (82.03% from 255 or 49.76% from 420); Max value from RGB is 209 - color contains mainly: blue. Hex color #B81BD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B81BD1 is #47E42E. Grayscale: #5E5E5E. Windows color (decimal): -4711471 or 13704120. OLE color: 13704120.

HSL color Cylindrical-coordinate representation of color #B81BD1: hue angle of 291.76º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B81BD1 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18427209-
CMYK0.120.8700.18
HSL291.76º77.12%46.27%-
HSV(B)291.76º87.08%81.96%-
XYZ31.6715.5861.66-
YUV94.69192.51191.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 43.81%
GREEN value IS 27 (10.94% from 255) = 6.43%
BLUE value IS 209 (82.03% from 255) = 49.76%
R=43.81%
G=6.43%
B=49.76%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal184272090.120.8700.18291.7677.1246.27
HexB81BD1C570121244d2e
Octal270333211412702244411556
Binary101110001101111010001110010101110100101001001001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81BD1; }

 p { color: rgb(184,27,209); }

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

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

 a { background-color: rgb(184,27,209); }

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

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

 span { border-color: rgb(184,27,209); }

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