Html Css Color HEX #B511BF Deep Magenta

📋 copy color: '#B511BF'

red 181 ◦ green 17 ◦ blue 191

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

Shades of Deep Magenta #B511BF

Tints of Deep Magenta #B511BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.1%

R = 46.53%
G = 4.37%
B = 49.1%

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

#B511BF (or 0xB511BF) is known color: Deep Magenta. HEX triplet: B5, 11 and BF. RGB value is (181,17,191). Sum of RGB (Red+Green+Blue) = 181+17+191=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 17 (7.03% from 255 or 4.37% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #B511BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B511BF is #4AEE40. Grayscale: #555555. Windows color (decimal): -4910657 or 12521909. OLE color: 12521909.

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

Color convert

RGB 181 17 191 -
CMYK 0.05 0.91 0 0.25
HSL 296.55º 0.84% 0.41% -
HSV(B) 296.55º 0.91% 0.75% -
XYZ 28.66 13.99 50.48 -
YUV 85.87 187.33 195.85 -
System Red Green Blue C M Y K H S L
Decimal 181 17 191 0.05 0.91 0 0.25 296.55 0.84 0.41
Hex B5 11 BF 5 5B 0 19 129 54 29
Octal 265 21 277 5 133 0 31 451 124 51
Binary 10110101 10001 10111111 101 1011011 0 11001 100101001 1010100 101001

Color Harmonies of #B511BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B511BF

Black with #B511BF

Text Example


Text Example

White with #B511BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B511BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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