Html Css Color HEX #B320AD Deep Magenta

📋 copy color: '#B320AD'

red 179 ◦ green 32 ◦ blue 173

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

Shades of Deep Magenta #B320AD

Tints of Deep Magenta #B320AD

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.33%

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

R = 46.61%
G = 8.33%
B = 45.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.30

RGB Variations

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

Color information

#B320AD (or 0xB320AD) is known color: Deep Magenta. HEX triplet: B3, 20 and AD. RGB value is (179,32,173). Sum of RGB (Red+Green+Blue) = 179+32+173=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 173 (67.97% from 255 or 45.05% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B320AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B320AD is #4CDF52. Grayscale: #5B5B5B. Windows color (decimal): -5037907 or 11346099. OLE color: 11346099.

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

Color convert

RGB 179 32 173 -
CMYK 0 0.82 0.03 0.30
HSL 302.45º 0.7% 0.41% -
HSV(B) 302.45º 0.82% 0.7% -
XYZ 26.65 13.63 40.76 -
YUV 92.03 173.7 190.04 -
System Red Green Blue C M Y K H S L
Decimal 179 32 173 0 0.82 0.03 0.30 302.45 0.7 0.41
Hex B3 20 AD 0 52 3 1E 12E 46 29
Octal 263 40 255 0 122 3 36 456 106 51
Binary 10110011 100000 10101101 0 1010010 11 11110 100101110 1000110 101001

Color Harmonies of #B320AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B320AD

Black with #B320AD

Text Example


Text Example

White with #B320AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B320AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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