Html Css Color HEX #B801C7 Deep Magenta

📋 copy color: '#B801C7'

red 184 ◦ green 1 ◦ blue 199

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

Shades of Deep Magenta #B801C7

Tints of Deep Magenta #B801C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 51.82%

R = 47.92%
G = 0.26%
B = 51.82%

CMYK

 C value IS 0.08

 M value IS 0.99

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B801C7 (or 0xB801C7) is known color: Deep Magenta. HEX triplet: B8, 01 and C7. RGB value is (184,1,199). Sum of RGB (Red+Green+Blue) = 184+1+199=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 1 (0.78% from 255 or 0.26% from 384); Blue value is 199 (78.12% from 255 or 51.82% from 384); Max value from RGB is 199 - color contains mainly: blue. Hex color #B801C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B801C7 is #47FE38. Grayscale: #4D4D4D. Windows color (decimal): -4718137 or 13042104. OLE color: 13042104.

HSL color Cylindrical-coordinate representation of color #B801C7: hue angle of 295.45º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B801C7 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 184 1 199 -
CMYK 0.08 0.99 0 0.22
HSL 295.45º 0.99% 0.39% -
HSV(B) 295.45º 0.99% 0.78% -
XYZ 30.09 14.34 55.21 -
YUV 78.29 196.13 203.4 -
System Red Green Blue C M Y K H S L
Decimal 184 1 199 0.08 0.99 0 0.22 295.45 0.99 0.39
Hex B8 1 C7 8 63 0 16 127 63 27
Octal 270 1 307 10 143 0 26 447 143 47
Binary 10111000 1 11000111 1000 1100011 0 10110 100100111 1100011 100111

Color Harmonies of #B801C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B801C7

Black with #B801C7

Text Example


Text Example

White with #B801C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B801C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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