#B219B4

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

Shades of Deep Magenta #B219B4

Tints of Deep Magenta #B219B4

Color information

#B219B4 (or 0xB219B4) is unknown color: approx Deep Magenta. HEX triplet: B2, 19 and B4. RGB value is (178,25,180). Sum of RGB (Red+Green+Blue) = 178+25+180=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 25 (10.16% from 255 or 6.53% from 383); Blue value is 180 (70.70% from 255 or 47.00% from 383); Max value from RGB is 180 - color contains mainly: blue. Hex color #B219B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B219B4 is #4DE64B. Grayscale: #575757. Windows color (decimal): -5105228 or 11803058. OLE color: 11803058.

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

Color convert

RGB17825180-
CMYK0.010.8600.29
HSL299.23º75.61%40.2%-
HSV(B)299.23º86.11%70.59%-
XYZ26.9513.4644.36-
YUV88.42179.69191.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.48%
GREEN value IS 25 (10.16% from 255) = 6.53%
BLUE value IS 180 (70.70% from 255) = 47.00%
R=46.48%
G=6.53%
B=47.00%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178251800.010.8600.29299.2375.6140.2
HexB219B415601D12b4c28
Octal26231264112603545311450
Binary101100101100110110100110101100111011001010111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B219B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B219B4; }

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

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

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

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

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

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

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

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