Html Css Color HEX #B804BF Deep Magenta

📋 copy color: '#B804BF'

red 184 ◦ green 4 ◦ blue 191

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

Shades of Deep Magenta #B804BF

Tints of Deep Magenta #B804BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.4%

R = 48.55%
G = 1.06%
B = 50.4%

CMYK

 C value IS 0.04

 M value IS 0.98

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B804BF (or 0xB804BF) is known color: Deep Magenta. HEX triplet: B8, 04 and BF. RGB value is (184,4,191). Sum of RGB (Red+Green+Blue) = 184+4+191=379 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.55% from 379); Green value is 4 (1.95% from 255 or 1.06% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #B804BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B804BF is #47FB40. Grayscale: #4E4E4E. Windows color (decimal): -4717377 or 12518584. OLE color: 12518584.

HSL color Cylindrical-coordinate representation of color #B804BF: hue angle of 297.75º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B804BF is Cyan = 0.04, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 4 191 -
CMYK 0.04 0.98 0 0.25
HSL 297.75º 0.96% 0.38% -
HSV(B) 297.75º 0.98% 0.75% -
XYZ 29.21 14.04 50.46 -
YUV 79.14 191.13 202.79 -
System Red Green Blue C M Y K H S L
Decimal 184 4 191 0.04 0.98 0 0.25 297.75 0.96 0.38
Hex B8 4 BF 4 62 0 19 12A 60 26
Octal 270 4 277 4 142 0 31 452 140 46
Binary 10111000 100 10111111 100 1100010 0 11001 100101010 1100000 100110

Color Harmonies of #B804BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B804BF

Black with #B804BF

Text Example


Text Example

White with #B804BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B804BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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