#B500BF

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

Shades of Deep Magenta #B500BF

Tints of Deep Magenta #B500BF

Color information

#B500BF (or 0xB500BF) is unknown color: approx Deep Magenta. HEX triplet: B5, 00 and BF. RGB value is (181,0,191). Sum of RGB (Red+Green+Blue) = 181+0+191=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 191 (75% from 255 or 51.34% from 372); Max value from RGB is 191 - color contains mainly: blue. Hex color #B500BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B500BF is #4AFF40. Grayscale: #4B4B4B. Windows color (decimal): -4915009 or 12517557. OLE color: 12517557.

HSL color Cylindrical-coordinate representation of color #B500BF: hue angle of 296.86º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B500BF is Cyan = 0.05, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1810191-
CMYK0.05100.25
HSL296.86º100%37.45%-
HSV(B)296.86º100%74.9%-
XYZ28.4613.5950.41-
YUV75.89192.97202.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 51.34%
R=48.66%
G=0%
B=51.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18101910.05100.25296.8610037.45
HexB50BF5640191296425
Octal2650277514403145114445
Binary1011010101011111110111001000110011001010011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B500BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B500BF; }

 p { color: rgb(181,0,191); }

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

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

 a { background-color: rgb(181,0,191); }

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

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

 span { border-color: rgb(181,0,191); }

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