Html Css Color HEX #B304D9 Deep Magenta

📋 copy color: '#B304D9'

red 179 ◦ green 4 ◦ blue 217

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

Shades of Deep Magenta #B304D9

Tints of Deep Magenta #B304D9

RGB

 RED value IS 179 (70.31% from 255) = 44.75%

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

 BLUE value IS 217 (85.16% from 255) = 54.25%

R = 44.75%
G = 1%
B = 54.25%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B304D9 (or 0xB304D9) is known color: Deep Magenta. HEX triplet: B3, 04 and D9. RGB value is (179,4,217). Sum of RGB (Red+Green+Blue) = 179+4+217=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 4 (1.95% from 255 or 1% from 400); Blue value is 217 (85.16% from 255 or 54.25% from 400); Max value from RGB is 217 - color contains mainly: blue. Hex color #B304D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B304D9 is #4CFB26. Grayscale: #4F4F4F. Windows color (decimal): -5045031 or 14222515. OLE color: 14222515.

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

Color convert

RGB 179 4 217 -
CMYK 0.18 0.98 0 0.15
HSL 289.3º 0.96% 0.43% -
HSV(B) 289.3º 0.98% 0.85% -
XYZ 31.16 14.68 66.84 -
YUV 80.61 204.98 198.18 -
System Red Green Blue C M Y K H S L
Decimal 179 4 217 0.18 0.98 0 0.15 289.3 0.96 0.43
Hex B3 4 D9 12 62 0 F 121 60 2B
Octal 263 4 331 22 142 0 17 441 140 53
Binary 10110011 100 11011001 10010 1100010 0 1111 100100001 1100000 101011

Color Harmonies of #B304D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B304D9

Black with #B304D9

Text Example


Text Example

White with #B304D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B304D9; }

 p { color: rgb(179,4,217); }

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

background-color css

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

 a { background-color: rgb(179,4,217); }

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

border-color css

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

 span { border-color: rgb(179,4,217); }

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