#B204BF

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

Shades of Deep Magenta #B204BF

Tints of Deep Magenta #B204BF

Color information

#B204BF (or 0xB204BF) is unknown color: approx Deep Magenta. HEX triplet: B2, 04 and BF. RGB value is (178,4,191). Sum of RGB (Red+Green+Blue) = 178+4+191=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 4 (1.95% from 255 or 1.07% from 373); Blue value is 191 (75% from 255 or 51.21% from 373); Max value from RGB is 191 - color contains mainly: blue. Hex color #B204BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B204BF is #4DFB40. Grayscale: #4C4C4C. Windows color (decimal): -5110593 or 12518578. OLE color: 12518578.

HSL color Cylindrical-coordinate representation of color #B204BF: hue angle of 295.83º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B204BF is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1784191-
CMYK0.070.9800.25
HSL295.83º95.9%38.24%-
HSV(B)295.83º97.91%74.9%-
XYZ27.8113.3150.39-
YUV77.34192.15199.79-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.72%
GREEN value IS 4 (1.95% from 255) = 1.07%
BLUE value IS 191 (75% from 255) = 51.21%
R=47.72%
G=1.07%
B=51.21%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17841910.070.9800.25295.8395.938.24
HexB24BF7620191286026
Octal2624277714203145014046
Binary101100101001011111111111000100110011001010001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B204BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B204BF; }

 p { color: rgb(178,4,191); }

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

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

 a { background-color: rgb(178,4,191); }

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

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

 span { border-color: rgb(178,4,191); }

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