#B800BF

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

Shades of Deep Magenta #B800BF

Tints of Deep Magenta #B800BF

Color information

#B800BF (or 0xB800BF) is unknown color: approx Deep Magenta. HEX triplet: B8, 00 and BF. RGB value is (184,0,191). Sum of RGB (Red+Green+Blue) = 184+0+191=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 0 (0.39% from 255 or 0% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #B800BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B800BF is #47FF40. Grayscale: #4C4C4C. Windows color (decimal): -4718401 or 12517560. OLE color: 12517560.

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

Color convert

RGB1840191-
CMYK0.04100.25
HSL297.8º100%37.45%-
HSV(B)297.8º100%74.9%-
XYZ29.1713.9550.45-
YUV76.79192.46204.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.07%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 191 (75% from 255) = 50.93%
R=49.07%
G=0%
B=50.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18401910.04100.25297.810037.45
HexB80BF46401912a6425
Octal2700277414403145214445
Binary1011100001011111110011001000110011001010101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B800BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B800BF; }

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

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

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

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

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

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

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

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