#B821BD

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

Shades of Deep Magenta #B821BD

Tints of Deep Magenta #B821BD

Color information

#B821BD (or 0xB821BD) is unknown color: approx Deep Magenta. HEX triplet: B8, 21 and BD. RGB value is (184,33,189). Sum of RGB (Red+Green+Blue) = 184+33+189=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 33 (13.28% from 255 or 8.13% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #B821BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B821BD is #47DE42. Grayscale: #5F5F5F. Windows color (decimal): -4709955 or 12394936. OLE color: 12394936.

HSL color Cylindrical-coordinate representation of color #B821BD: hue angle of 298.08º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B821BD is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18433189-
CMYK0.030.8300.26
HSL298.08º70.27%43.53%-
HSV(B)298.08º82.54%74.12%-
XYZ29.514.9549.48-
YUV95.93180.53190.82-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.32%
GREEN value IS 33 (13.28% from 255) = 8.13%
BLUE value IS 189 (74.22% from 255) = 46.55%
R=45.32%
G=8.13%
B=46.55%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184331890.030.8300.26298.0870.2743.53
HexB821BD35301A12a462c
Octal27041275312303245210654
Binary10111000100001101111011110100110110101001010101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B821BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B821BD; }

 p { color: rgb(184,33,189); }

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

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

 a { background-color: rgb(184,33,189); }

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

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

 span { border-color: rgb(184,33,189); }

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