#B621B9

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

Shades of Deep Magenta #B621B9

Tints of Deep Magenta #B621B9

Color information

#B621B9 (or 0xB621B9) is unknown color: approx Deep Magenta. HEX triplet: B6, 21 and B9. RGB value is (182,33,185). Sum of RGB (Red+Green+Blue) = 182+33+185=400 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.5% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 185 (72.66% from 255 or 46.25% from 400); Max value from RGB is 185 - color contains mainly: blue. Hex color #B621B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B621B9 is #49DE46. Grayscale: #5E5E5E. Windows color (decimal): -4841031 or 12132790. OLE color: 12132790.

HSL color Cylindrical-coordinate representation of color #B621B9: hue angle of 298.82º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B621B9 is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18233185-
CMYK0.020.8200.27
HSL298.82º69.72%42.75%-
HSV(B)298.82º82.16%72.55%-
XYZ28.5914.5447.2-
YUV94.88178.86190.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.5%
GREEN value IS 33 (13.28% from 255) = 8.25%
BLUE value IS 185 (72.66% from 255) = 46.25%
R=45.5%
G=8.25%
B=46.25%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal182331850.020.8200.27298.8269.7242.75
HexB621B925201B12b462b
Octal26641271212203345310653
Binary10110110100001101110011010100100110111001010111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B621B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B621B9; }

 p { color: rgb(182,33,185); }

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

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

 a { background-color: rgb(182,33,185); }

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

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

 span { border-color: rgb(182,33,185); }

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