#b219b5

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

Shades of Deep Magenta #B219B5

Tints of Deep Magenta #B219B5

Color information

#B219B5 (or 0xB219B5) is unknown color: approx Deep Magenta. HEX triplet: B2, 19 and B5. RGB value is (178,25,181). Sum of RGB (Red+Green+Blue) = 178+25+181=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 181 (71.09% from 255 or 47.14% from 384); Max value from RGB is 181 - color contains mainly: blue. Hex color #B219B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B219B5 is #4DE64A. Grayscale: #585858. Windows color (decimal): -5105227 or 11868594. OLE color: 11868594.

HSL color Cylindrical-coordinate representation of color #B219B5: hue angle of 298.85º 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 #B219B5 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17825181-
CMYK0.020.8600.29
HSL298.85º75.73%40.39%-
HSV(B)298.85º86.19%70.98%-
XYZ27.0513.544.9-
YUV88.53180.19191.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.35%
GREEN value IS 25 (10.16% from 255) = 6.51%
BLUE value IS 181 (71.09% from 255) = 47.14%
R=46.35%
G=6.51%
B=47.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178251810.020.8600.29298.8575.7340.39
HexB219B525601D12b4c28
Octal26231265212603545311450
Binary1011001011001101101011010101100111011001010111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b219b5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b219b5; }

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

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

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

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

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

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

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

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