Html Css Color HEX #B304AC Deep Magenta

📋 copy color: '#B304AC'

red 179 ◦ green 4 ◦ blue 172

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

Shades of Deep Magenta #B304AC

Tints of Deep Magenta #B304AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.45%

R = 50.42%
G = 1.13%
B = 48.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B304AC (or 0xB304AC) is known color: Deep Magenta. HEX triplet: B3, 04 and AC. RGB value is (179,4,172). Sum of RGB (Red+Green+Blue) = 179+4+172=355 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50.42% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 172 (67.58% from 255 or 48.45% from 355); Max value from RGB is 179 - color contains mainly: red. Hex color #B304AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B304AC is #4CFB53. Grayscale: #4A4A4A. Windows color (decimal): -5045076 or 11273395. OLE color: 11273395.

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

Color convert

RGB 179 4 172 -
CMYK 0 0.98 0.04 0.30
HSL 302.4º 0.96% 0.36% -
HSV(B) 302.4º 0.98% 0.7% -
XYZ 26.08 12.65 40.1 -
YUV 75.48 182.48 201.84 -
System Red Green Blue C M Y K H S L
Decimal 179 4 172 0 0.98 0.04 0.30 302.4 0.96 0.36
Hex B3 4 AC 0 62 4 1E 12E 60 24
Octal 263 4 254 0 142 4 36 456 140 44
Binary 10110011 100 10101100 0 1100010 100 11110 100101110 1100000 100100

Color Harmonies of #B304AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B304AC

Black with #B304AC

Text Example


Text Example

White with #B304AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B304AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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