Html Css Color HEX #B110B9 Deep Magenta

📋 copy color: '#B110B9'

red 177 ◦ green 16 ◦ blue 185

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

Shades of Deep Magenta #B110B9

Tints of Deep Magenta #B110B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.94%

R = 46.83%
G = 4.23%
B = 48.94%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B110B9 (or 0xB110B9) is known color: Deep Magenta. HEX triplet: B1, 10 and B9. RGB value is (177,16,185). Sum of RGB (Red+Green+Blue) = 177+16+185=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 16 (6.64% from 255 or 4.23% from 378); Blue value is 185 (72.66% from 255 or 48.94% from 378); Max value from RGB is 185 - color contains mainly: blue. Hex color #B110B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B110B9 is #4EEF46. Grayscale: #525252. Windows color (decimal): -5173063 or 12128433. OLE color: 12128433.

HSL color Cylindrical-coordinate representation of color #B110B9: hue angle of 297.16º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B110B9 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 16 185 -
CMYK 0.04 0.91 0 0.27
HSL 297.16º 0.84% 0.39% -
HSV(B) 297.16º 0.91% 0.73% -
XYZ 27.07 13.22 47.02 -
YUV 83.41 185.34 194.76 -
System Red Green Blue C M Y K H S L
Decimal 177 16 185 0.04 0.91 0 0.27 297.16 0.84 0.39
Hex B1 10 B9 4 5B 0 1B 129 54 27
Octal 261 20 271 4 133 0 33 451 124 47
Binary 10110001 10000 10111001 100 1011011 0 11011 100101001 1010100 100111

Color Harmonies of #B110B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B110B9

Black with #B110B9

Text Example


Text Example

White with #B110B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B110B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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