Html Css Color HEX #B11BBA Deep Magenta

📋 copy color: '#B11BBA'

red 177 ◦ green 27 ◦ blue 186

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

Shades of Deep Magenta #B11BBA

Tints of Deep Magenta #B11BBA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.92%

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

R = 45.38%
G = 6.92%
B = 47.69%

CMYK

 C value IS 0.05

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B11BBA (or 0xB11BBA) is known color: Deep Magenta. HEX triplet: B1, 1B and BA. RGB value is (177,27,186). Sum of RGB (Red+Green+Blue) = 177+27+186=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 27 (10.94% from 255 or 6.92% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #B11BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11BBA is #4EE445. Grayscale: #595959. Windows color (decimal): -5170246 or 12196785. OLE color: 12196785.

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

Color convert

RGB 177 27 186 -
CMYK 0.05 0.85 0 0.27
HSL 296.6º 0.75% 0.42% -
HSV(B) 296.6º 0.85% 0.73% -
XYZ 27.39 13.68 47.65 -
YUV 89.98 182.2 190.07 -
System Red Green Blue C M Y K H S L
Decimal 177 27 186 0.05 0.85 0 0.27 296.6 0.75 0.42
Hex B1 1B BA 5 55 0 1B 129 4B 2A
Octal 261 33 272 5 125 0 33 451 113 52
Binary 10110001 11011 10111010 101 1010101 0 11011 100101001 1001011 101010

Color Harmonies of #B11BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11BBA

Black with #B11BBA

Text Example


Text Example

White with #B11BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11BBA; }

 p { color: rgb(177,27,186); }

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

background-color css

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

 a { background-color: rgb(177,27,186); }

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

border-color css

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

 span { border-color: rgb(177,27,186); }

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