Html Css Color HEX #B111B6 Deep Magenta

📋 copy color: '#B111B6'

red 177 ◦ green 17 ◦ blue 182

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

Shades of Deep Magenta #B111B6

Tints of Deep Magenta #B111B6

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.52%

 BLUE value IS 182 (71.48% from 255) = 48.4%

R = 47.07%
G = 4.52%
B = 48.4%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B111B6 (or 0xB111B6) is known color: Deep Magenta. HEX triplet: B1, 11 and B6. RGB value is (177,17,182). Sum of RGB (Red+Green+Blue) = 177+17+182=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 182 (71.48% from 255 or 48.40% from 376); Max value from RGB is 182 - color contains mainly: blue. Hex color #B111B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111B6 is #4EEE49. Grayscale: #535353. Windows color (decimal): -5172810 or 11932081. OLE color: 11932081.

HSL color Cylindrical-coordinate representation of color #B111B6: hue angle of 298.18º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B111B6 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 177 17 182 -
CMYK 0.03 0.91 0 0.29
HSL 298.18º 0.83% 0.39% -
HSV(B) 298.18º 0.91% 0.71% -
XYZ 26.78 13.13 45.38 -
YUV 83.65 183.51 194.58 -
System Red Green Blue C M Y K H S L
Decimal 177 17 182 0.03 0.91 0 0.29 298.18 0.83 0.39
Hex B1 11 B6 3 5B 0 1D 12A 53 27
Octal 261 21 266 3 133 0 35 452 123 47
Binary 10110001 10001 10110110 11 1011011 0 11101 100101010 1010011 100111

Color Harmonies of #B111B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B111B6

Black with #B111B6

Text Example


Text Example

White with #B111B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B111B6; }

 p { color: rgb(177,17,182); }

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

background-color css

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

 a { background-color: rgb(177,17,182); }

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

border-color css

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

 span { border-color: rgb(177,17,182); }

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