Html Css Color HEX #B801CB Deep Magenta

📋 copy color: '#B801CB'

red 184 ◦ green 1 ◦ blue 203

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

Shades of Deep Magenta #B801CB

Tints of Deep Magenta #B801CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 52.32%

R = 47.42%
G = 0.26%
B = 52.32%

CMYK

 C value IS 0.09

 M value IS 1.00

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B801CB (or 0xB801CB) is known color: Deep Magenta. HEX triplet: B8, 01 and CB. RGB value is (184,1,203). Sum of RGB (Red+Green+Blue) = 184+1+203=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 1 (0.78% from 255 or 0.26% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #B801CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B801CB is #47FE34. Grayscale: #4E4E4E. Windows color (decimal): -4718133 or 13304248. OLE color: 13304248.

HSL color Cylindrical-coordinate representation of color #B801CB: hue angle of 294.36º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B801CB is Cyan = 0.09, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 184 1 203 -
CMYK 0.09 1.00 0 0.20
HSL 294.36º 0.99% 0.4% -
HSV(B) 294.36º 1% 0.8% -
XYZ 30.56 14.52 57.69 -
YUV 78.75 198.13 203.07 -
System Red Green Blue C M Y K H S L
Decimal 184 1 203 0.09 1.00 0 0.20 294.36 0.99 0.4
Hex B8 1 CB 9 64 0 14 126 63 28
Octal 270 1 313 11 144 0 24 446 143 50
Binary 10111000 1 11001011 1001 1100100 0 10100 100100110 1100011 101000

Color Harmonies of #B801CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B801CB

Black with #B801CB

Text Example


Text Example

White with #B801CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B801CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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