#B218CC

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

Shades of Deep Magenta #B218CC

Tints of Deep Magenta #B218CC

Color information

#B218CC (or 0xB218CC) is unknown color: approx Deep Magenta. HEX triplet: B2, 18 and CC. RGB value is (178,24,204). Sum of RGB (Red+Green+Blue) = 178+24+204=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #B218CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B218CC is #4DE733. Grayscale: #5A5A5A. Windows color (decimal): -5105460 or 13375666. OLE color: 13375666.

HSL color Cylindrical-coordinate representation of color #B218CC: hue angle of 291.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B218CC is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB17824204-
CMYK0.130.8800.2
HSL291.33º78.95%44.71%-
HSV(B)291.33º88.24%80%-
XYZ29.5914.4858.36-
YUV90.57192.02190.36-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.84%
GREEN value IS 24 (9.77% from 255) = 5.91%
BLUE value IS 204 (80.08% from 255) = 50.25%
R=43.84%
G=5.91%
B=50.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal178242040.130.8800.2291.3378.9544.71
HexB218CCD580141234f2d
Octal262303141513002444311755
Binary101100101100011001100110110110000101001001000111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B218CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B218CC; }

 p { color: rgb(178,24,204); }

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

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

 a { background-color: rgb(178,24,204); }

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

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

 span { border-color: rgb(178,24,204); }

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