#B204C8

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

Shades of Deep Magenta #B204C8

Tints of Deep Magenta #B204C8

Color information

#B204C8 (or 0xB204C8) is unknown color: approx Deep Magenta. HEX triplet: B2, 04 and C8. RGB value is (178,4,200). Sum of RGB (Red+Green+Blue) = 178+4+200=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 4 (1.95% from 255 or 1.05% from 382); Blue value is 200 (78.52% from 255 or 52.36% from 382); Max value from RGB is 200 - color contains mainly: blue. Hex color #B204C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B204C8 is #4DFB37. Grayscale: #4D4D4D. Windows color (decimal): -5110584 or 13108402. OLE color: 13108402.

HSL color Cylindrical-coordinate representation of color #B204C8: hue angle of 293.27º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B204C8 is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1784200-
CMYK0.110.9800.22
HSL293.27º96.08%40%-
HSV(B)293.27º98%78.43%-
XYZ28.8313.7255.77-
YUV78.37196.65199.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 46.60%
GREEN value IS 4 (1.95% from 255) = 1.05%
BLUE value IS 200 (78.52% from 255) = 52.36%
R=46.60%
G=1.05%
B=52.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal17842000.110.9800.22293.2796.0840
HexB24C8B620161256028
Octal26243101314202644514050
Binary1011001010011001000101111000100101101001001011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B204C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B204C8; }

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

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

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

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

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

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

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

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