Html Css Color HEX #B11CBA Deep Magenta

📋 copy color: '#B11CBA'

red 177 ◦ green 28 ◦ blue 186

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

Shades of Deep Magenta #B11CBA

Tints of Deep Magenta #B11CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.16%

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

R = 45.27%
G = 7.16%
B = 47.57%

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

#B11CBA (or 0xB11CBA) is known color: Deep Magenta. HEX triplet: B1, 1C and BA. RGB value is (177,28,186). Sum of RGB (Red+Green+Blue) = 177+28+186=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 28 (11.33% from 255 or 7.16% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #B11CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11CBA is #4EE345. Grayscale: #5A5A5A. Windows color (decimal): -5169990 or 12197041. OLE color: 12197041.

HSL color Cylindrical-coordinate representation of color #B11CBA: hue angle of 296.58º degrees, saturation: 0.74, 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 #B11CBA is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 28 186 -
CMYK 0.05 0.85 0 0.27
HSL 296.58º 0.74% 0.42% -
HSV(B) 296.58º 0.85% 0.73% -
XYZ 27.41 13.72 47.66 -
YUV 90.56 181.86 189.65 -
System Red Green Blue C M Y K H S L
Decimal 177 28 186 0.05 0.85 0 0.27 296.58 0.74 0.42
Hex B1 1C BA 5 55 0 1B 129 4A 2A
Octal 261 34 272 5 125 0 33 451 112 52
Binary 10110001 11100 10111010 101 1010101 0 11011 100101001 1001010 101010

Color Harmonies of #B11CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11CBA

Black with #B11CBA

Text Example


Text Example

White with #B11CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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