Html Css Color HEX #B904D7 Deep Magenta

📋 copy color: '#B904D7'

red 185 ◦ green 4 ◦ blue 215

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

Shades of Deep Magenta #B904D7

Tints of Deep Magenta #B904D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 53.22%

R = 45.79%
G = 0.99%
B = 53.22%

CMYK

 C value IS 0.14

 M value IS 0.98

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B904D7 (or 0xB904D7) is known color: Deep Magenta. HEX triplet: B9, 04 and D7. RGB value is (185,4,215). Sum of RGB (Red+Green+Blue) = 185+4+215=404 (53% of max value = 765). Red value is 185 (72.66% from 255 or 45.79% from 404); Green value is 4 (1.95% from 255 or 0.99% from 404); Blue value is 215 (84.38% from 255 or 53.22% from 404); Max value from RGB is 215 - color contains mainly: blue. Hex color #B904D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B904D7 is #46FB28. Grayscale: #515151. Windows color (decimal): -4651817 or 14091449. OLE color: 14091449.

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

Color convert

RGB 185 4 215 -
CMYK 0.14 0.98 0 0.16
HSL 291.47º 0.96% 0.43% -
HSV(B) 291.47º 0.98% 0.84% -
XYZ 32.32 15.31 65.54 -
YUV 82.17 202.97 201.34 -
System Red Green Blue C M Y K H S L
Decimal 185 4 215 0.14 0.98 0 0.16 291.47 0.96 0.43
Hex B9 4 D7 E 62 0 10 123 60 2B
Octal 271 4 327 16 142 0 20 443 140 53
Binary 10111001 100 11010111 1110 1100010 0 10000 100100011 1100000 101011

Color Harmonies of #B904D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B904D7

Black with #B904D7

Text Example


Text Example

White with #B904D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B904D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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