#B803DF

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

Shades of Deep Magenta #B803DF

Tints of Deep Magenta #B803DF

Color information

#B803DF (or 0xB803DF) is unknown color: approx Deep Magenta. HEX triplet: B8, 03 and DF. RGB value is (184,3,223). Sum of RGB (Red+Green+Blue) = 184+3+223=410 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.88% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 223 (87.5% from 255 or 54.39% from 410); Max value from RGB is 223 - color contains mainly: blue. Hex color #B803DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B803DF is #47FC20. Grayscale: #515151. Windows color (decimal): -4717601 or 14615480. OLE color: 14615480.

HSL color Cylindrical-coordinate representation of color #B803DF: hue angle of 289.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B803DF is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1843223-
CMYK0.170.9900.13
HSL289.36º97.35%44.31%-
HSV(B)289.36º98.65%87.45%-
XYZ33.1215.5871.07-
YUV82.2207.47200.61-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.88%
GREEN value IS 3 (1.56% from 255) = 0.73%
BLUE value IS 223 (87.5% from 255) = 54.39%
R=44.88%
G=0.73%
B=54.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal18432230.170.9900.13289.3697.3544.31
HexB83DF11630D121612c
Octal27033372114301544114154
Binary101110001111011111100011100011011011001000011100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B803DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B803DF; }

 p { color: rgb(184,3,223); }

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

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

 a { background-color: rgb(184,3,223); }

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

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

 span { border-color: rgb(184,3,223); }

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