#B911BE

Color #B911BE Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B911BE

Tints of Deep Magenta #B911BE

Color information

#B911BE (or 0xB911BE) is unknown color: approx Deep Magenta. HEX triplet: B9, 11 and BE. RGB value is (185,17,190). Sum of RGB (Red+Green+Blue) = 185+17+190=392 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.19% from 392); Green value is 17 (7.03% from 255 or 4.34% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #B911BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B911BE is #46EE41. Grayscale: #565656. Windows color (decimal): -4648514 or 12456377. OLE color: 12456377.

HSL color Cylindrical-coordinate representation of color #B911BE: hue angle of 298.27º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B911BE is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18517190-
CMYK0.030.9100.25
HSL298.27º83.57%40.59%-
HSV(B)298.27º91.05%74.51%-
XYZ29.514.4349.95-
YUV86.95186.16197.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.19%
GREEN value IS 17 (7.03% from 255) = 4.34%
BLUE value IS 190 (74.61% from 255) = 48.47%
R=47.19%
G=4.34%
B=48.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal185171900.030.9100.25298.2783.5740.59
HexB911BE35B01912a5429
Octal27121276313303145212451
Binary1011100110001101111101110110110110011001010101010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B911BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B911BE; }

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

 H1.HeaderClassName
 {
   color: #B911BE;
 }
 .AnyTagClassName
 {
   color: #B911BE;
 }
</style>
background-color css

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

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

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

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

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

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