Html Css Color HEX #B801BF Deep Magenta

📋 copy color: '#B801BF'

red 184 ◦ green 1 ◦ blue 191

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

Shades of Deep Magenta #B801BF

Tints of Deep Magenta #B801BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50.8%

R = 48.94%
G = 0.27%
B = 50.8%

CMYK

 C value IS 0.04

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B801BF (or 0xB801BF) is known color: Deep Magenta. HEX triplet: B8, 01 and BF. RGB value is (184,1,191). Sum of RGB (Red+Green+Blue) = 184+1+191=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 1 (0.78% from 255 or 0.27% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #B801BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B801BF is #47FE40. Grayscale: #4C4C4C. Windows color (decimal): -4718145 or 12517816. OLE color: 12517816.

HSL color Cylindrical-coordinate representation of color #B801BF: hue angle of 297.79º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B801BF is Cyan = 0.04, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 184 1 191 -
CMYK 0.04 0.99 0 0.25
HSL 297.79º 0.99% 0.38% -
HSV(B) 297.79º 0.99% 0.75% -
XYZ 29.18 13.97 50.45 -
YUV 77.38 192.13 204.05 -
System Red Green Blue C M Y K H S L
Decimal 184 1 191 0.04 0.99 0 0.25 297.79 0.99 0.38
Hex B8 1 BF 4 63 0 19 12A 63 26
Octal 270 1 277 4 143 0 31 452 143 46
Binary 10111000 1 10111111 100 1100011 0 11001 100101010 1100011 100110

Color Harmonies of #B801BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B801BF

Black with #B801BF

Text Example


Text Example

White with #B801BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B801BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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