Html Css Color HEX #B511BE Deep Magenta

📋 copy color: '#B511BE'

red 181 ◦ green 17 ◦ blue 190

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

Shades of Deep Magenta #B511BE

Tints of Deep Magenta #B511BE

RGB

 RED value IS 181 (71.09% from 255) = 46.65%

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

 BLUE value IS 190 (74.61% from 255) = 48.97%

R = 46.65%
G = 4.38%
B = 48.97%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B511BE (or 0xB511BE) is known color: Deep Magenta. HEX triplet: B5, 11 and BE. RGB value is (181,17,190). Sum of RGB (Red+Green+Blue) = 181+17+190=388 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.65% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #B511BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B511BE is #4AEE41. Grayscale: #555555. Windows color (decimal): -4910658 or 12456373. OLE color: 12456373.

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

Color convert

RGB 181 17 190 -
CMYK 0.05 0.91 0 0.25
HSL 296.88º 0.84% 0.41% -
HSV(B) 296.88º 0.91% 0.75% -
XYZ 28.55 13.94 49.9 -
YUV 85.76 186.83 195.93 -
System Red Green Blue C M Y K H S L
Decimal 181 17 190 0.05 0.91 0 0.25 296.88 0.84 0.41
Hex B5 11 BE 5 5B 0 19 129 54 29
Octal 265 21 276 5 133 0 31 451 124 51
Binary 10110101 10001 10111110 101 1011011 0 11001 100101001 1010100 101001

Color Harmonies of #B511BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B511BE

Black with #B511BE

Text Example


Text Example

White with #B511BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B511BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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