Html Css Color HEX #B804BD Deep Magenta

📋 copy color: '#B804BD'

red 184 ◦ green 4 ◦ blue 189

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

Shades of Deep Magenta #B804BD

Tints of Deep Magenta #B804BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.13%

R = 48.81%
G = 1.06%
B = 50.13%

CMYK

 C value IS 0.03

 M value IS 0.98

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B804BD (or 0xB804BD) is known color: Deep Magenta. HEX triplet: B8, 04 and BD. RGB value is (184,4,189). Sum of RGB (Red+Green+Blue) = 184+4+189=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 4 (1.95% from 255 or 1.06% from 377); Blue value is 189 (74.22% from 255 or 50.13% from 377); Max value from RGB is 189 - color contains mainly: blue. Hex color #B804BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B804BD is #47FB42. Grayscale: #4E4E4E. Windows color (decimal): -4717379 or 12387512. OLE color: 12387512.

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

Color convert

RGB 184 4 189 -
CMYK 0.03 0.98 0 0.26
HSL 298.38º 0.96% 0.38% -
HSV(B) 298.38º 0.98% 0.74% -
XYZ 29 13.95 49.31 -
YUV 78.91 190.13 202.96 -
System Red Green Blue C M Y K H S L
Decimal 184 4 189 0.03 0.98 0 0.26 298.38 0.96 0.38
Hex B8 4 BD 3 62 0 1A 12A 60 26
Octal 270 4 275 3 142 0 32 452 140 46
Binary 10111000 100 10111101 11 1100010 0 11010 100101010 1100000 100110

Color Harmonies of #B804BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B804BD

Black with #B804BD

Text Example


Text Example

White with #B804BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B804BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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