Html Css Color HEX #B400AD Deep Magenta

📋 copy color: '#B400AD'

red 180 ◦ green 0 ◦ blue 173

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

Shades of Deep Magenta #B400AD

Tints of Deep Magenta #B400AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 50.99%
G = 0%
B = 49.01%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.04

 K value IS 0.29

RGB Variations

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

Color information

#B400AD (or 0xB400AD) is known color: Deep Magenta. HEX triplet: B4, 00 and AD. RGB value is (180,0,173). Sum of RGB (Red+Green+Blue) = 180+0+173=353 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.99% from 353); Green value is 0 (0.39% from 255 or 0% from 353); Blue value is 173 (67.97% from 255 or 49.01% from 353); Max value from RGB is 180 - color contains mainly: red. Hex color #B400AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B400AD is #4BFF52. Grayscale: #494949. Windows color (decimal): -4980563 or 11337908. OLE color: 11337908.

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

Color convert

RGB 180 0 173 -
CMYK 0 1 0.04 0.29
HSL 302.33º 1% 0.35% -
HSV(B) 302.33º 1% 0.71% -
XYZ 26.37 12.72 40.6 -
YUV 73.54 184.13 203.93 -
System Red Green Blue C M Y K H S L
Decimal 180 0 173 0 1 0.04 0.29 302.33 1 0.35
Hex B4 0 AD 0 64 4 1D 12E 64 23
Octal 264 0 255 0 144 4 35 456 144 43
Binary 10110100 0 10101101 0 1100100 100 11101 100101110 1100100 100011

Color Harmonies of #B400AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B400AD

Black with #B400AD

Text Example


Text Example

White with #B400AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B400AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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