Html Css Color HEX #B110D1 Deep Magenta

📋 copy color: '#B110D1'

red 177 ◦ green 16 ◦ blue 209

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

Shades of Deep Magenta #B110D1

Tints of Deep Magenta #B110D1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.98%

 BLUE value IS 209 (82.03% from 255) = 51.99%

R = 44.03%
G = 3.98%
B = 51.99%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B110D1 (or 0xB110D1) is known color: Deep Magenta. HEX triplet: B1, 10 and D1. RGB value is (177,16,209). Sum of RGB (Red+Green+Blue) = 177+16+209=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 209 (82.03% from 255 or 51.99% from 402); Max value from RGB is 209 - color contains mainly: blue. Hex color #B110D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B110D1 is #4EEF2E. Grayscale: #555555. Windows color (decimal): -5173039 or 13701297. OLE color: 13701297.

HSL color Cylindrical-coordinate representation of color #B110D1: hue angle of 290.05º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B110D1 is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 177 16 209 -
CMYK 0.15 0.92 0 0.18
HSL 290.05º 0.86% 0.44% -
HSV(B) 290.05º 0.92% 0.82% -
XYZ 29.83 14.32 61.51 -
YUV 86.14 197.34 192.81 -
System Red Green Blue C M Y K H S L
Decimal 177 16 209 0.15 0.92 0 0.18 290.05 0.86 0.44
Hex B1 10 D1 F 5C 0 12 122 56 2C
Octal 261 20 321 17 134 0 22 442 126 54
Binary 10110001 10000 11010001 1111 1011100 0 10010 100100010 1010110 101100

Color Harmonies of #B110D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B110D1

Black with #B110D1

Text Example


Text Example

White with #B110D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B110D1; }

 p { color: rgb(177,16,209); }

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

background-color css

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

 a { background-color: rgb(177,16,209); }

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

border-color css

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

 span { border-color: rgb(177,16,209); }

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