Html Css Color HEX #B801AF Deep Magenta

📋 copy color: '#B801AF'

red 184 ◦ green 1 ◦ blue 175

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

Shades of Deep Magenta #B801AF

Tints of Deep Magenta #B801AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 48.61%

R = 51.11%
G = 0.28%
B = 48.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B801AF (or 0xB801AF) is known color: Deep Magenta. HEX triplet: B8, 01 and AF. RGB value is (184,1,175). Sum of RGB (Red+Green+Blue) = 184+1+175=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 175 (68.75% from 255 or 48.61% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B801AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B801AF is #47FE50. Grayscale: #4B4B4B. Windows color (decimal): -4718161 or 11469240. OLE color: 11469240.

HSL color Cylindrical-coordinate representation of color #B801AF: hue angle of 302.95º 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 #B801AF is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 1 175 -
CMYK 0 0.99 0.05 0.28
HSL 302.95º 0.99% 0.36% -
HSV(B) 302.95º 0.99% 0.72% -
XYZ 27.52 13.31 41.68 -
YUV 75.55 184.13 205.35 -
System Red Green Blue C M Y K H S L
Decimal 184 1 175 0 0.99 0.05 0.28 302.95 0.99 0.36
Hex B8 1 AF 0 63 5 1C 12F 63 24
Octal 270 1 257 0 143 5 34 457 143 44
Binary 10111000 1 10101111 0 1100011 101 11100 100101111 1100011 100100

Color Harmonies of #B801AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B801AF

Black with #B801AF

Text Example


Text Example

White with #B801AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B801AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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