Html Css Color HEX #B801DF Deep Magenta

📋 copy color: '#B801DF'

red 184 ◦ green 1 ◦ blue 223

#B801DF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #B801DF

Tints of Deep Magenta #B801DF

RGB

 RED value IS 184 (72.27% from 255) = 45.1%

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 223 (87.5% from 255) = 54.66%

R = 45.1%
G = 0.25%
B = 54.66%

CMYK

 C value IS 0.17

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B801DF (or 0xB801DF) is known color: Deep Magenta. HEX triplet: B8, 01 and DF. RGB value is (184,1,223). Sum of RGB (Red+Green+Blue) = 184+1+223=408 (54% of max value = 765). Red value is 184 (72.27% from 255 or 45.10% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #B801DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B801DF is #47FE20. Grayscale: #505050. Windows color (decimal): -4718113 or 14614968. OLE color: 14614968.

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

Color convert

RGB 184 1 223 -
CMYK 0.17 1.00 0 0.13
HSL 289.46º 0.99% 0.44% -
HSV(B) 289.46º 1% 0.87% -
XYZ 33.1 15.54 71.07 -
YUV 81.03 208.13 201.45 -
System Red Green Blue C M Y K H S L
Decimal 184 1 223 0.17 1.00 0 0.13 289.46 0.99 0.44
Hex B8 1 DF 11 64 0 D 121 63 2C
Octal 270 1 337 21 144 0 15 441 143 54
Binary 10111000 1 11011111 10001 1100100 0 1101 100100001 1100011 101100

Color Harmonies of #B801DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B801DF

Black with #B801DF

Text Example


Text Example

White with #B801DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B801DF; }

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

 H1.HeaderClassName
 {
   color: #B801DF;
 }
 .AnyTagClassName
 {
   color: #B801DF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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