Html Css Color HEX #B801AD Deep Magenta

📋 copy color: '#B801AD'

red 184 ◦ green 1 ◦ blue 173

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

Shades of Deep Magenta #B801AD

Tints of Deep Magenta #B801AD

RGB

 RED value IS 184 (72.27% from 255) = 51.4%

 GREEN value IS 1 (0.78% from 255) = 0.28%

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

R = 51.4%
G = 0.28%
B = 48.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.28

RGB Variations

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

Color information

#B801AD (or 0xB801AD) is known color: Deep Magenta. HEX triplet: B8, 01 and AD. RGB value is (184,1,173). Sum of RGB (Red+Green+Blue) = 184+1+173=358 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.40% from 358); Green value is 1 (0.78% from 255 or 0.28% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 184 - color contains mainly: red. Hex color #B801AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B801AD is #47FE52. Grayscale: #4A4A4A. Windows color (decimal): -4718163 or 11338168. OLE color: 11338168.

HSL color Cylindrical-coordinate representation of color #B801AD: hue angle of 303.61º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B801AD is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 1 173 -
CMYK 0 0.99 0.06 0.28
HSL 303.61º 0.99% 0.36% -
HSV(B) 303.61º 0.99% 0.72% -
XYZ 27.32 13.23 40.65 -
YUV 75.33 183.13 205.51 -
System Red Green Blue C M Y K H S L
Decimal 184 1 173 0 0.99 0.06 0.28 303.61 0.99 0.36
Hex B8 1 AD 0 63 6 1C 130 63 24
Octal 270 1 255 0 143 6 34 460 143 44
Binary 10111000 1 10101101 0 1100011 110 11100 100110000 1100011 100100

Color Harmonies of #B801AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B801AD

Black with #B801AD

Text Example


Text Example

White with #B801AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B801AD; }

 p { color: rgb(184,1,173); }

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

background-color css

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

 a { background-color: rgb(184,1,173); }

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

border-color css

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

 span { border-color: rgb(184,1,173); }

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