Html Css Color HEX #B804DF Deep Magenta

📋 copy color: '#B804DF'

red 184 ◦ green 4 ◦ blue 223

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

Shades of Deep Magenta #B804DF

Tints of Deep Magenta #B804DF

RGB

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

 GREEN value IS 4 (1.95% from 255) = 0.97%

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

R = 44.77%
G = 0.97%
B = 54.26%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B804DF (or 0xB804DF) is known color: Deep Magenta. HEX triplet: B8, 04 and DF. RGB value is (184,4,223). Sum of RGB (Red+Green+Blue) = 184+4+223=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 4 (1.95% from 255 or 0.97% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #B804DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B804DF is #47FB20. Grayscale: #525252. Windows color (decimal): -4717345 or 14615736. OLE color: 14615736.

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

Color convert

RGB 184 4 223 -
CMYK 0.17 0.98 0 0.13
HSL 289.32º 0.96% 0.45% -
HSV(B) 289.32º 0.98% 0.87% -
XYZ 33.13 15.6 71.08 -
YUV 82.79 207.13 200.19 -
System Red Green Blue C M Y K H S L
Decimal 184 4 223 0.17 0.98 0 0.13 289.32 0.96 0.45
Hex B8 4 DF 11 62 0 D 121 60 2D
Octal 270 4 337 21 142 0 15 441 140 55
Binary 10111000 100 11011111 10001 1100010 0 1101 100100001 1100000 101101

Color Harmonies of #B804DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B804DF

Black with #B804DF

Text Example


Text Example

White with #B804DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B804DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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