Html Css Color HEX #B804D8 Deep Magenta

📋 copy color: '#B804D8'

red 184 ◦ green 4 ◦ blue 216

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

Shades of Deep Magenta #B804D8

Tints of Deep Magenta #B804D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 53.47%

R = 45.54%
G = 0.99%
B = 53.47%

CMYK

 C value IS 0.15

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B804D8 (or 0xB804D8) is known color: Deep Magenta. HEX triplet: B8, 04 and D8. RGB value is (184,4,216). Sum of RGB (Red+Green+Blue) = 184+4+216=404 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.54% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 216 (84.77% from 255 or 53.47% from 404); Max value from RGB is 216 - color contains mainly: blue. Hex color #B804D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B804D8 is #47FB27. Grayscale: #515151. Windows color (decimal): -4717352 or 14156984. OLE color: 14156984.

HSL color Cylindrical-coordinate representation of color #B804D8: hue angle of 290.94º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B804D8 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 4 216 -
CMYK 0.15 0.98 0 0.15
HSL 290.94º 0.96% 0.43% -
HSV(B) 290.94º 0.98% 0.85% -
XYZ 32.21 15.24 66.21 -
YUV 81.99 203.63 200.76 -
System Red Green Blue C M Y K H S L
Decimal 184 4 216 0.15 0.98 0 0.15 290.94 0.96 0.43
Hex B8 4 D8 F 62 0 F 123 60 2B
Octal 270 4 330 17 142 0 17 443 140 53
Binary 10111000 100 11011000 1111 1100010 0 1111 100100011 1100000 101011

Color Harmonies of #B804D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B804D8

Black with #B804D8

Text Example


Text Example

White with #B804D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B804D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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