Html Css Color HEX #B011B1 Deep Magenta

📋 copy color: '#B011B1'

red 176 ◦ green 17 ◦ blue 177

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

Shades of Deep Magenta #B011B1

Tints of Deep Magenta #B011B1

RGB

 RED value IS 176 (69.14% from 255) = 47.57%

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

 BLUE value IS 177 (69.53% from 255) = 47.84%

R = 47.57%
G = 4.59%
B = 47.84%

CMYK

 C value IS 0.01

 M value IS 0.90

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#B011B1 (or 0xB011B1) is known color: Deep Magenta. HEX triplet: B0, 11 and B1. RGB value is (176,17,177). Sum of RGB (Red+Green+Blue) = 176+17+177=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 17 (7.03% from 255 or 4.59% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #B011B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B011B1 is #4FEE4E. Grayscale: #525252. Windows color (decimal): -5238351 or 11604400. OLE color: 11604400.

HSL color Cylindrical-coordinate representation of color #B011B1: hue angle of 299.62º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B011B1 is Cyan = 0.01, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 17 177 -
CMYK 0.01 0.90 0 0.31
HSL 299.63º 0.82% 0.38% -
HSV(B) 299.63º 0.9% 0.69% -
XYZ 26.04 12.81 42.69 -
YUV 82.78 181.18 194.49 -
System Red Green Blue C M Y K H S L
Decimal 176 17 177 0.01 0.90 0 0.31 299.63 0.82 0.38
Hex B0 11 B1 1 5A 0 1F 12C 52 26
Octal 260 21 261 1 132 0 37 454 122 46
Binary 10110000 10001 10110001 1 1011010 0 11111 100101100 1010010 100110

Color Harmonies of #B011B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B011B1

Black with #B011B1

Text Example


Text Example

White with #B011B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B011B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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