Html Css Color HEX #B801B3 Deep Magenta

📋 copy color: '#B801B3'

red 184 ◦ green 1 ◦ blue 179

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

Shades of Deep Magenta #B801B3

Tints of Deep Magenta #B801B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 49.18%

R = 50.55%
G = 0.27%
B = 49.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B801B3 (or 0xB801B3) is known color: Deep Magenta. HEX triplet: B8, 01 and B3. RGB value is (184,1,179). Sum of RGB (Red+Green+Blue) = 184+1+179=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 1 (0.78% from 255 or 0.27% from 364); Blue value is 179 (70.31% from 255 or 49.18% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B801B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B801B3 is #47FE4C. Grayscale: #4B4B4B. Windows color (decimal): -4718157 or 11731384. OLE color: 11731384.

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

Color convert

RGB 184 1 179 -
CMYK 0 0.99 0.03 0.28
HSL 301.64º 0.99% 0.36% -
HSV(B) 301.64º 0.99% 0.72% -
XYZ 27.91 13.47 43.78 -
YUV 76.01 186.13 205.03 -
System Red Green Blue C M Y K H S L
Decimal 184 1 179 0 0.99 0.03 0.28 301.64 0.99 0.36
Hex B8 1 B3 0 63 3 1C 12E 63 24
Octal 270 1 263 0 143 3 34 456 143 44
Binary 10111000 1 10110011 0 1100011 11 11100 100101110 1100011 100100

Color Harmonies of #B801B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B801B3

Black with #B801B3

Text Example


Text Example

White with #B801B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B801B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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