#B104BE

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

Shades of Deep Magenta #B104BE

Tints of Deep Magenta #B104BE

Color information

#B104BE (or 0xB104BE) is unknown color: approx Deep Magenta. HEX triplet: B1, 04 and BE. RGB value is (177,4,190). Sum of RGB (Red+Green+Blue) = 177+4+190=371 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.71% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 190 (74.61% from 255 or 51.21% from 371); Max value from RGB is 190 - color contains mainly: blue. Hex color #B104BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B104BE is #4EFB41. Grayscale: #4C4C4C. Windows color (decimal): -5176130 or 12453041. OLE color: 12453041.

HSL color Cylindrical-coordinate representation of color #B104BE: hue angle of 295.81º 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 #B104BE is Cyan = 0.07, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1774190-
CMYK0.070.9800.25
HSL295.81º95.88%38.04%-
HSV(B)295.81º97.89%74.51%-
XYZ27.4713.1549.81-
YUV76.93191.81199.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.71%
GREEN value IS 4 (1.95% from 255) = 1.08%
BLUE value IS 190 (74.61% from 255) = 51.21%
R=47.71%
G=1.08%
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
Decimal17741900.070.9800.25295.8195.8838.04
HexB14BE7620191286026
Octal2614276714203145014046
Binary101100011001011111011111000100110011001010001100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B104BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B104BE; }

 p { color: rgb(177,4,190); }

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

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

 a { background-color: rgb(177,4,190); }

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

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

 span { border-color: rgb(177,4,190); }

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