Html Css Color HEX #B801B6 Deep Magenta

📋 copy color: '#B801B6'

red 184 ◦ green 1 ◦ blue 182

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

Shades of Deep Magenta #B801B6

Tints of Deep Magenta #B801B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 49.59%

R = 50.14%
G = 0.27%
B = 49.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.01

 K value IS 0.28

RGB Variations

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

Color information

#B801B6 (or 0xB801B6) is known color: Deep Magenta. HEX triplet: B8, 01 and B6. RGB value is (184,1,182). Sum of RGB (Red+Green+Blue) = 184+1+182=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 1 (0.78% from 255 or 0.27% from 367); Blue value is 182 (71.48% from 255 or 49.59% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B801B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B801B6 is #47FE49. Grayscale: #4B4B4B. Windows color (decimal): -4718154 or 11927992. OLE color: 11927992.

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

Color convert

RGB 184 1 182 -
CMYK 0 0.99 0.01 0.28
HSL 300.66º 0.99% 0.36% -
HSV(B) 300.66º 0.99% 0.72% -
XYZ 28.22 13.59 45.39 -
YUV 76.35 187.63 204.78 -
System Red Green Blue C M Y K H S L
Decimal 184 1 182 0 0.99 0.01 0.28 300.66 0.99 0.36
Hex B8 1 B6 0 63 1 1C 12D 63 24
Octal 270 1 266 0 143 1 34 455 143 44
Binary 10111000 1 10110110 0 1100011 1 11100 100101101 1100011 100100

Color Harmonies of #B801B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B801B6

Black with #B801B6

Text Example


Text Example

White with #B801B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B801B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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