Html Css Color HEX #B304AA Deep Magenta

📋 copy color: '#B304AA'

red 179 ◦ green 4 ◦ blue 170

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

Shades of Deep Magenta #B304AA

Tints of Deep Magenta #B304AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.16%

R = 50.71%
G = 1.13%
B = 48.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B304AA (or 0xB304AA) is known color: Deep Magenta. HEX triplet: B3, 04 and AA. RGB value is (179,4,170). Sum of RGB (Red+Green+Blue) = 179+4+170=353 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.71% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 179 - color contains mainly: red. Hex color #B304AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B304AA is #4CFB55. Grayscale: #4A4A4A. Windows color (decimal): -5045078 or 11142323. OLE color: 11142323.

HSL color Cylindrical-coordinate representation of color #B304AA: hue angle of 303.09º 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 #B304AA is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 4 170 -
CMYK 0 0.98 0.05 0.30
HSL 303.09º 0.96% 0.36% -
HSV(B) 303.09º 0.98% 0.7% -
XYZ 25.89 12.57 39.09 -
YUV 75.25 181.48 202 -
System Red Green Blue C M Y K H S L
Decimal 179 4 170 0 0.98 0.05 0.30 303.09 0.96 0.36
Hex B3 4 AA 0 62 5 1E 12F 60 24
Octal 263 4 252 0 142 5 36 457 140 44
Binary 10110011 100 10101010 0 1100010 101 11110 100101111 1100000 100100

Color Harmonies of #B304AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B304AA

Black with #B304AA

Text Example


Text Example

White with #B304AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B304AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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