#B904CA

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

Shades of Deep Magenta #B904CA

Tints of Deep Magenta #B904CA

Color information

#B904CA (or 0xB904CA) is unknown color: approx Deep Magenta. HEX triplet: B9, 04 and CA. RGB value is (185,4,202). Sum of RGB (Red+Green+Blue) = 185+4+202=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 4 (1.95% from 255 or 1.02% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #B904CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B904CA is #46FB35. Grayscale: #505050. Windows color (decimal): -4651830 or 13239481. OLE color: 13239481.

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

Color convert

RGB1854202-
CMYK0.080.9800.21
HSL294.85º96.12%40.39%-
HSV(B)294.85º98.02%79.22%-
XYZ30.7114.6757.09-
YUV80.69196.47202.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.31%
GREEN value IS 4 (1.95% from 255) = 1.02%
BLUE value IS 202 (79.30% from 255) = 51.66%
R=47.31%
G=1.02%
B=51.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal18542020.080.9800.21294.8596.1240.39
HexB94CA8620151276028
Octal27143121014202544714050
Binary1011100110011001010100011000100101011001001111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B904CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B904CA; }

 p { color: rgb(185,4,202); }

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

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

 a { background-color: rgb(185,4,202); }

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

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

 span { border-color: rgb(185,4,202); }

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