Html Css Color HEX #B101C9 Deep Magenta

📋 copy color: '#B101C9'

red 177 ◦ green 1 ◦ blue 201

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

Shades of Deep Magenta #B101C9

Tints of Deep Magenta #B101C9

RGB

 RED value IS 177 (69.53% from 255) = 46.7%

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

 BLUE value IS 201 (78.91% from 255) = 53.03%

R = 46.7%
G = 0.26%
B = 53.03%

CMYK

 C value IS 0.12

 M value IS 1.00

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B101C9 (or 0xB101C9) is known color: Deep Magenta. HEX triplet: B1, 01 and C9. RGB value is (177,1,201). Sum of RGB (Red+Green+Blue) = 177+1+201=379 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.70% from 379); Green value is 1 (0.78% from 255 or 0.26% from 379); Blue value is 201 (78.91% from 255 or 53.03% from 379); Max value from RGB is 201 - color contains mainly: blue. Hex color #B101C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B101C9 is #4EFE36. Grayscale: #4B4B4B. Windows color (decimal): -5176887 or 13173169. OLE color: 13173169.

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

Color convert

RGB 177 1 201 -
CMYK 0.12 1.00 0 0.21
HSL 292.8º 0.99% 0.4% -
HSV(B) 292.8º 1% 0.79% -
XYZ 28.68 13.59 56.37 -
YUV 76.42 198.31 199.74 -
System Red Green Blue C M Y K H S L
Decimal 177 1 201 0.12 1.00 0 0.21 292.8 0.99 0.4
Hex B1 1 C9 C 64 0 15 125 63 28
Octal 261 1 311 14 144 0 25 445 143 50
Binary 10110001 1 11001001 1100 1100100 0 10101 100100101 1100011 101000

Color Harmonies of #B101C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B101C9

Black with #B101C9

Text Example


Text Example

White with #B101C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B101C9; }

 p { color: rgb(177,1,201); }

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

background-color css

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

 a { background-color: rgb(177,1,201); }

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

border-color css

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

 span { border-color: rgb(177,1,201); }

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