Html Css Color HEX #B911BA Deep Magenta

📋 copy color: '#B911BA'

red 185 ◦ green 17 ◦ blue 186

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

Shades of Deep Magenta #B911BA

Tints of Deep Magenta #B911BA

RGB

 RED value IS 185 (72.66% from 255) = 47.68%

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

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

R = 47.68%
G = 4.38%
B = 47.94%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B911BA (or 0xB911BA) is known color: Deep Magenta. HEX triplet: B9, 11 and BA. RGB value is (185,17,186). Sum of RGB (Red+Green+Blue) = 185+17+186=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #B911BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B911BA is #46EE45. Grayscale: #555555. Windows color (decimal): -4648518 or 12194233. OLE color: 12194233.

HSL color Cylindrical-coordinate representation of color #B911BA: hue angle of 299.64º 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 #B911BA is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 17 186 -
CMYK 0.01 0.91 0 0.27
HSL 299.65º 0.83% 0.4% -
HSV(B) 299.65º 0.91% 0.73% -
XYZ 29.07 14.26 47.67 -
YUV 86.5 184.16 198.26 -
System Red Green Blue C M Y K H S L
Decimal 185 17 186 0.01 0.91 0 0.27 299.65 0.83 0.4
Hex B9 11 BA 1 5B 0 1B 12C 53 28
Octal 271 21 272 1 133 0 33 454 123 50
Binary 10111001 10001 10111010 1 1011011 0 11011 100101100 1010011 101000

Color Harmonies of #B911BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B911BA

Black with #B911BA

Text Example


Text Example

White with #B911BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B911BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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