#B004BF

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

Shades of Deep Magenta #B004BF

Tints of Deep Magenta #B004BF

Color information

#B004BF (or 0xB004BF) is unknown color: approx Deep Magenta. HEX triplet: B0, 04 and BF. RGB value is (176,4,191). Sum of RGB (Red+Green+Blue) = 176+4+191=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 191 (75% from 255 or 51.48% from 371); Max value from RGB is 191 - color contains mainly: blue. Hex color #B004BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B004BF is #4FFB40. Grayscale: #4C4C4C. Windows color (decimal): -5241665 or 12518576. OLE color: 12518576.

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

Color convert

RGB1764191-
CMYK0.080.9800.25
HSL295.19º95.9%38.24%-
HSV(B)295.19º97.91%74.9%-
XYZ27.3513.0850.37-
YUV76.75192.48198.79-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.44%
GREEN value IS 4 (1.95% from 255) = 1.08%
BLUE value IS 191 (75% from 255) = 51.48%
R=47.44%
G=1.08%
B=51.48%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17641910.080.9800.25295.1995.938.24
HexB04BF8620191276026
Octal26042771014203144714046
Binary1011000010010111111100011000100110011001001111100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B004BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B004BF; }

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

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

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

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

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

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

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

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