#B819C5

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

Shades of Deep Magenta #B819C5

Tints of Deep Magenta #B819C5

Color information

#B819C5 (or 0xB819C5) is unknown color: approx Deep Magenta. HEX triplet: B8, 19 and C5. RGB value is (184,25,197). Sum of RGB (Red+Green+Blue) = 184+25+197=406 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.32% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 197 (77.34% from 255 or 48.52% from 406); Max value from RGB is 197 - color contains mainly: blue. Hex color #B819C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B819C5 is #47E63A. Grayscale: #5B5B5B. Windows color (decimal): -4711995 or 12917176. OLE color: 12917176.

HSL color Cylindrical-coordinate representation of color #B819C5: hue angle of 295.47º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B819C5 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18425197-
CMYK0.070.8700.23
HSL295.47º77.48%43.53%-
HSV(B)295.47º87.31%77.25%-
XYZ30.1914.9254.11-
YUV92.15187.18193.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 45.32%
GREEN value IS 25 (10.16% from 255) = 6.16%
BLUE value IS 197 (77.34% from 255) = 48.52%
R=45.32%
G=6.16%
B=48.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal184251970.070.8700.23295.4777.4843.53
HexB819C57570171274d2c
Octal27031305712702744711554
Binary10111000110011100010111110101110101111001001111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B819C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B819C5; }

 p { color: rgb(184,25,197); }

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

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

 a { background-color: rgb(184,25,197); }

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

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

 span { border-color: rgb(184,25,197); }

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