#B216D5

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

Shades of Deep Magenta #B216D5

Tints of Deep Magenta #B216D5

Color information

#B216D5 (or 0xB216D5) is unknown color: approx Deep Magenta. HEX triplet: B2, 16 and D5. RGB value is (178,22,213). Sum of RGB (Red+Green+Blue) = 178+22+213=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 213 (83.59% from 255 or 51.57% from 413); Max value from RGB is 213 - color contains mainly: blue. Hex color #B216D5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B216D5 is #4DE92A. Grayscale: #595959. Windows color (decimal): -5105963 or 13964978. OLE color: 13964978.

HSL color Cylindrical-coordinate representation of color #B216D5: hue angle of 289.01º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B216D5 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17822213-
CMYK0.160.9000.16
HSL289.01º81.28%46.08%-
HSV(B)289.01º89.67%83.53%-
XYZ30.6614.8464.2-
YUV90.42197.18190.47-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.10%
GREEN value IS 22 (8.98% from 255) = 5.33%
BLUE value IS 213 (83.59% from 255) = 51.57%
R=43.10%
G=5.33%
B=51.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal178222130.160.9000.16289.0181.2846.08
HexB216D5105A010121512e
Octal262263252013202044112156
Binary1011001010110110101011000010110100100001001000011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B216D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B216D5; }

 p { color: rgb(178,22,213); }

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

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

 a { background-color: rgb(178,22,213); }

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

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

 span { border-color: rgb(178,22,213); }

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