Html Css Color HEX #B801A6 Deep Magenta

📋 copy color: '#B801A6'

red 184 ◦ green 1 ◦ blue 166

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

Shades of Deep Magenta #B801A6

Tints of Deep Magenta #B801A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 47.29%

R = 52.42%
G = 0.28%
B = 47.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B801A6 (or 0xB801A6) is known color: Deep Magenta. HEX triplet: B8, 01 and A6. RGB value is (184,1,166). Sum of RGB (Red+Green+Blue) = 184+1+166=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 1 (0.78% from 255 or 0.28% from 351); Blue value is 166 (65.23% from 255 or 47.29% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B801A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B801A6 is #47FE59. Grayscale: #4A4A4A. Windows color (decimal): -4718170 or 10879416. OLE color: 10879416.

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

Color convert

RGB 184 1 166 -
CMYK 0 0.99 0.10 0.28
HSL 305.9º 0.99% 0.36% -
HSV(B) 305.9º 0.99% 0.72% -
XYZ 26.66 12.97 37.17 -
YUV 74.53 179.63 206.08 -
System Red Green Blue C M Y K H S L
Decimal 184 1 166 0 0.99 0.10 0.28 305.9 0.99 0.36
Hex B8 1 A6 0 63 A 1C 132 63 24
Octal 270 1 246 0 143 12 34 462 143 44
Binary 10111000 1 10100110 0 1100011 1010 11100 100110010 1100011 100100

Color Harmonies of #B801A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B801A6

Black with #B801A6

Text Example


Text Example

White with #B801A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B801A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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