Html Css Color HEX #B804AF Deep Magenta

📋 copy color: '#B804AF'

red 184 ◦ green 4 ◦ blue 175

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

Shades of Deep Magenta #B804AF

Tints of Deep Magenta #B804AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.21%

R = 50.69%
G = 1.1%
B = 48.21%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B804AF (or 0xB804AF) is known color: Deep Magenta. HEX triplet: B8, 04 and AF. RGB value is (184,4,175). Sum of RGB (Red+Green+Blue) = 184+4+175=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B804AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B804AF is #47FB50. Grayscale: #4C4C4C. Windows color (decimal): -4717393 or 11470008. OLE color: 11470008.

HSL color Cylindrical-coordinate representation of color #B804AF: hue angle of 303º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B804AF is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 4 175 -
CMYK 0 0.98 0.05 0.28
HSL 303º 0.96% 0.37% -
HSV(B) 303º 0.98% 0.72% -
XYZ 27.55 13.37 41.69 -
YUV 77.31 183.13 204.1 -
System Red Green Blue C M Y K H S L
Decimal 184 4 175 0 0.98 0.05 0.28 303 0.96 0.37
Hex B8 4 AF 0 62 5 1C 12F 60 25
Octal 270 4 257 0 142 5 34 457 140 45
Binary 10111000 100 10101111 0 1100010 101 11100 100101111 1100000 100101

Color Harmonies of #B804AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B804AF

Black with #B804AF

Text Example


Text Example

White with #B804AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B804AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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