Html Css Color HEX #B321AD Deep Magenta

📋 copy color: '#B321AD'

red 179 ◦ green 33 ◦ blue 173

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

Shades of Deep Magenta #B321AD

Tints of Deep Magenta #B321AD

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.57%

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

R = 46.49%
G = 8.57%
B = 44.94%

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

#B321AD (or 0xB321AD) is known color: Deep Magenta. HEX triplet: B3, 21 and AD. RGB value is (179,33,173). Sum of RGB (Red+Green+Blue) = 179+33+173=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 33 (13.28% from 255 or 8.57% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B321AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B321AD is #4CDE52. Grayscale: #5C5C5C. Windows color (decimal): -5037651 or 11346355. OLE color: 11346355.

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

Color convert

RGB 179 33 173 -
CMYK 0 0.82 0.03 0.30
HSL 302.47º 0.69% 0.42% -
HSV(B) 302.47º 0.82% 0.7% -
XYZ 26.68 13.69 40.77 -
YUV 92.61 173.37 189.62 -
System Red Green Blue C M Y K H S L
Decimal 179 33 173 0 0.82 0.03 0.30 302.47 0.69 0.42
Hex B3 21 AD 0 52 3 1E 12E 45 2A
Octal 263 41 255 0 122 3 36 456 105 52
Binary 10110011 100001 10101101 0 1010010 11 11110 100101110 1000101 101010

Color Harmonies of #B321AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B321AD

Black with #B321AD

Text Example


Text Example

White with #B321AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B321AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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