Html Css Color HEX #B011BA Deep Magenta

📋 copy color: '#B011BA'

red 176 ◦ green 17 ◦ blue 186

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

Shades of Deep Magenta #B011BA

Tints of Deep Magenta #B011BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 46.44%
G = 4.49%
B = 49.08%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B011BA (or 0xB011BA) is known color: Deep Magenta. HEX triplet: B0, 11 and BA. RGB value is (176,17,186). Sum of RGB (Red+Green+Blue) = 176+17+186=379 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.44% from 379); Green value is 17 (7.03% from 255 or 4.49% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #B011BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B011BA is #4FEE45. Grayscale: #535353. Windows color (decimal): -5238342 or 12194224. OLE color: 12194224.

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

Color convert

RGB 176 17 186 -
CMYK 0.05 0.91 0 0.27
HSL 296.45º 0.83% 0.4% -
HSV(B) 296.45º 0.91% 0.73% -
XYZ 26.97 13.18 47.58 -
YUV 83.81 185.68 193.76 -
System Red Green Blue C M Y K H S L
Decimal 176 17 186 0.05 0.91 0 0.27 296.45 0.83 0.4
Hex B0 11 BA 5 5B 0 1B 128 53 28
Octal 260 21 272 5 133 0 33 450 123 50
Binary 10110000 10001 10111010 101 1011011 0 11011 100101000 1010011 101000

Color Harmonies of #B011BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B011BA

Black with #B011BA

Text Example


Text Example

White with #B011BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B011BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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