Html Css Color HEX #B304AD Deep Magenta

📋 copy color: '#B304AD'

red 179 ◦ green 4 ◦ blue 173

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

Shades of Deep Magenta #B304AD

Tints of Deep Magenta #B304AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.6%

R = 50.28%
G = 1.12%
B = 48.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B304AD (or 0xB304AD) is known color: Deep Magenta. HEX triplet: B3, 04 and AD. RGB value is (179,4,173). Sum of RGB (Red+Green+Blue) = 179+4+173=356 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.28% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 173 (67.97% from 255 or 48.60% from 356); Max value from RGB is 179 - color contains mainly: red. Hex color #B304AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B304AD is #4CFB52. Grayscale: #4B4B4B. Windows color (decimal): -5045075 or 11338931. OLE color: 11338931.

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

Color convert

RGB 179 4 173 -
CMYK 0 0.98 0.03 0.30
HSL 302.06º 0.96% 0.36% -
HSV(B) 302.06º 0.98% 0.7% -
XYZ 26.18 12.69 40.6 -
YUV 75.59 182.98 201.76 -
System Red Green Blue C M Y K H S L
Decimal 179 4 173 0 0.98 0.03 0.30 302.06 0.96 0.36
Hex B3 4 AD 0 62 3 1E 12E 60 24
Octal 263 4 255 0 142 3 36 456 140 44
Binary 10110011 100 10101101 0 1100010 11 11110 100101110 1100000 100100

Color Harmonies of #B304AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B304AD

Black with #B304AD

Text Example


Text Example

White with #B304AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B304AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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