#B616BD

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

Shades of Deep Magenta #B616BD

Tints of Deep Magenta #B616BD

Color information

#B616BD (or 0xB616BD) is unknown color: approx Deep Magenta. HEX triplet: B6, 16 and BD. RGB value is (182,22,189). Sum of RGB (Red+Green+Blue) = 182+22+189=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #B616BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B616BD is #49E942. Grayscale: #585858. Windows color (decimal): -4843843 or 12392118. OLE color: 12392118.

HSL color Cylindrical-coordinate representation of color #B616BD: hue angle of 297.49º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B616BD is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18222189-
CMYK0.040.8800.26
HSL297.49º79.15%41.37%-
HSV(B)297.49º88.36%74.12%-
XYZ28.7614.1949.37-
YUV88.88184.51194.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.31%
GREEN value IS 22 (8.98% from 255) = 5.60%
BLUE value IS 189 (74.22% from 255) = 48.09%
R=46.31%
G=5.60%
B=48.09%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal182221890.040.8800.26297.4979.1541.37
HexB616BD45801A1294f29
Octal26626275413003245111751
Binary10110110101101011110110010110000110101001010011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B616BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B616BD; }

 p { color: rgb(182,22,189); }

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

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

 a { background-color: rgb(182,22,189); }

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

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

 span { border-color: rgb(182,22,189); }

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