#B217B4

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

Shades of Deep Magenta #B217B4

Tints of Deep Magenta #B217B4

Color information

#B217B4 (or 0xB217B4) is unknown color: approx Deep Magenta. HEX triplet: B2, 17 and B4. RGB value is (178,23,180). Sum of RGB (Red+Green+Blue) = 178+23+180=381 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.72% from 381); Green value is 23 (9.38% from 255 or 6.04% from 381); Blue value is 180 (70.70% from 255 or 47.24% from 381); Max value from RGB is 180 - color contains mainly: blue. Hex color #B217B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B217B4 is #4DE84B. Grayscale: #565656. Windows color (decimal): -5105740 or 11802546. OLE color: 11802546.

HSL color Cylindrical-coordinate representation of color #B217B4: hue angle of 299.24º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B217B4 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17823180-
CMYK0.010.8700.29
HSL299.24º77.34%39.8%-
HSV(B)299.24º87.22%70.59%-
XYZ26.913.3744.34-
YUV87.24180.35192.73-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.72%
GREEN value IS 23 (9.38% from 255) = 6.04%
BLUE value IS 180 (70.70% from 255) = 47.24%
R=46.72%
G=6.04%
B=47.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178231800.010.8700.29299.2477.3439.8
HexB217B415701D12b4d28
Octal26227264112703545311550
Binary101100101011110110100110101110111011001010111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B217B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B217B4; }

 p { color: rgb(178,23,180); }

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

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

 a { background-color: rgb(178,23,180); }

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

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

 span { border-color: rgb(178,23,180); }

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