Html Css Color HEX #B421AD Deep Magenta

📋 copy color: '#B421AD'

red 180 ◦ green 33 ◦ blue 173

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

Shades of Deep Magenta #B421AD

Tints of Deep Magenta #B421AD

RGB

 RED value IS 180 (70.7% from 255) = 46.63%

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

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

R = 46.63%
G = 8.55%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B421AD (or 0xB421AD) is known color: Deep Magenta. HEX triplet: B4, 21 and AD. RGB value is (180,33,173). Sum of RGB (Red+Green+Blue) = 180+33+173=386 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.63% from 386); Green value is 33 (13.28% from 255 or 8.55% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 180 - color contains mainly: red. Hex color #B421AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B421AD is #4BDE52. Grayscale: #5C5C5C. Windows color (decimal): -4972115 or 11346356. OLE color: 11346356.

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

Color convert

RGB 180 33 173 -
CMYK 0 0.82 0.04 0.29
HSL 302.86º 0.69% 0.42% -
HSV(B) 302.86º 0.82% 0.71% -
XYZ 26.91 13.81 40.78 -
YUV 92.91 173.2 190.12 -
System Red Green Blue C M Y K H S L
Decimal 180 33 173 0 0.82 0.04 0.29 302.86 0.69 0.42
Hex B4 21 AD 0 52 4 1D 12F 45 2A
Octal 264 41 255 0 122 4 35 457 105 52
Binary 10110100 100001 10101101 0 1010010 100 11101 100101111 1000101 101010

Color Harmonies of #B421AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B421AD

Black with #B421AD

Text Example


Text Example

White with #B421AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B421AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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