Html Css Color HEX #B904DB Deep Magenta

📋 copy color: '#B904DB'

red 185 ◦ green 4 ◦ blue 219

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

Shades of Deep Magenta #B904DB

Tints of Deep Magenta #B904DB

RGB

 RED value IS 185 (72.66% from 255) = 45.34%

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

 BLUE value IS 219 (85.94% from 255) = 53.68%

R = 45.34%
G = 0.98%
B = 53.68%

CMYK

 C value IS 0.16

 M value IS 0.98

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B904DB (or 0xB904DB) is known color: Deep Magenta. HEX triplet: B9, 04 and DB. RGB value is (185,4,219). Sum of RGB (Red+Green+Blue) = 185+4+219=408 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.34% from 408); Green value is 4 (1.95% from 255 or 0.98% from 408); Blue value is 219 (85.94% from 255 or 53.68% from 408); Max value from RGB is 219 - color contains mainly: blue. Hex color #B904DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B904DB is #46FB24. Grayscale: #515151. Windows color (decimal): -4651813 or 14353593. OLE color: 14353593.

HSL color Cylindrical-coordinate representation of color #B904DB: hue angle of 290.51º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B904DB is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 4 219 -
CMYK 0.16 0.98 0 0.14
HSL 290.51º 0.96% 0.44% -
HSV(B) 290.51º 0.98% 0.86% -
XYZ 32.84 15.52 68.28 -
YUV 82.63 204.97 201.02 -
System Red Green Blue C M Y K H S L
Decimal 185 4 219 0.16 0.98 0 0.14 290.51 0.96 0.44
Hex B9 4 DB 10 62 0 E 123 60 2C
Octal 271 4 333 20 142 0 16 443 140 54
Binary 10111001 100 11011011 10000 1100010 0 1110 100100011 1100000 101100

Color Harmonies of #B904DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B904DB

Black with #B904DB

Text Example


Text Example

White with #B904DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B904DB; }

 p { color: rgb(185,4,219); }

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

background-color css

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

 a { background-color: rgb(185,4,219); }

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

border-color css

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

 span { border-color: rgb(185,4,219); }

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