Html Css Color HEX #B801BB Deep Magenta

📋 copy color: '#B801BB'

red 184 ◦ green 1 ◦ blue 187

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

Shades of Deep Magenta #B801BB

Tints of Deep Magenta #B801BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 50.27%

R = 49.46%
G = 0.27%
B = 50.27%

CMYK

 C value IS 0.02

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B801BB (or 0xB801BB) is known color: Deep Magenta. HEX triplet: B8, 01 and BB. RGB value is (184,1,187). Sum of RGB (Red+Green+Blue) = 184+1+187=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 1 (0.78% from 255 or 0.27% from 372); Blue value is 187 (73.44% from 255 or 50.27% from 372); Max value from RGB is 187 - color contains mainly: blue. Hex color #B801BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B801BB is #47FE44. Grayscale: #4C4C4C. Windows color (decimal): -4718149 or 12255672. OLE color: 12255672.

HSL color Cylindrical-coordinate representation of color #B801BB: hue angle of 299.03º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B801BB is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 1 187 -
CMYK 0.02 0.99 0 0.27
HSL 299.03º 0.99% 0.37% -
HSV(B) 299.03º 0.99% 0.73% -
XYZ 28.75 13.8 48.16 -
YUV 76.92 190.13 204.38 -
System Red Green Blue C M Y K H S L
Decimal 184 1 187 0.02 0.99 0 0.27 299.03 0.99 0.37
Hex B8 1 BB 2 63 0 1B 12B 63 25
Octal 270 1 273 2 143 0 33 453 143 45
Binary 10111000 1 10111011 10 1100011 0 11011 100101011 1100011 100101

Color Harmonies of #B801BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B801BB

Black with #B801BB

Text Example


Text Example

White with #B801BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B801BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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