Html Css Color HEX #B412AD Deep Magenta

📋 copy color: '#B412AD'

red 180 ◦ green 18 ◦ blue 173

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

Shades of Deep Magenta #B412AD

Tints of Deep Magenta #B412AD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.85%

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

R = 48.52%
G = 4.85%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B412AD (or 0xB412AD) is known color: Deep Magenta. HEX triplet: B4, 12 and AD. RGB value is (180,18,173). Sum of RGB (Red+Green+Blue) = 180+18+173=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 173 (67.97% from 255 or 46.63% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B412AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B412AD is #4BED52. Grayscale: #535353. Windows color (decimal): -4975955 or 11342516. OLE color: 11342516.

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

Color convert

RGB 180 18 173 -
CMYK 0 0.9 0.04 0.29
HSL 302.59º 0.82% 0.39% -
HSV(B) 302.59º 0.9% 0.71% -
XYZ 26.58 13.15 40.67 -
YUV 84.11 178.17 196.4 -
System Red Green Blue C M Y K H S L
Decimal 180 18 173 0 0.9 0.04 0.29 302.59 0.82 0.39
Hex B4 12 AD 0 5A 4 1D 12F 52 27
Octal 264 22 255 0 132 4 35 457 122 47
Binary 10110100 10010 10101101 0 1011010 100 11101 100101111 1010010 100111

Color Harmonies of #B412AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B412AD

Black with #B412AD

Text Example


Text Example

White with #B412AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B412AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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