Html Css Color HEX #B511BA Deep Magenta

📋 copy color: '#B511BA'

red 181 ◦ green 17 ◦ blue 186

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

Shades of Deep Magenta #B511BA

Tints of Deep Magenta #B511BA

RGB

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

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

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

R = 47.14%
G = 4.43%
B = 48.44%

CMYK

 C value IS 0.03

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B511BA (or 0xB511BA) is known color: Deep Magenta. HEX triplet: B5, 11 and BA. RGB value is (181,17,186). Sum of RGB (Red+Green+Blue) = 181+17+186=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #B511BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B511BA is #4AEE45. Grayscale: #545454. Windows color (decimal): -4910662 or 12194229. OLE color: 12194229.

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

Color convert

RGB 181 17 186 -
CMYK 0.03 0.91 0 0.27
HSL 298.22º 0.83% 0.4% -
HSV(B) 298.22º 0.91% 0.73% -
XYZ 28.12 13.77 47.63 -
YUV 85.3 184.83 196.26 -
System Red Green Blue C M Y K H S L
Decimal 181 17 186 0.03 0.91 0 0.27 298.22 0.83 0.4
Hex B5 11 BA 3 5B 0 1B 12A 53 28
Octal 265 21 272 3 133 0 33 452 123 50
Binary 10110101 10001 10111010 11 1011011 0 11011 100101010 1010011 101000

Color Harmonies of #B511BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B511BA

Black with #B511BA

Text Example


Text Example

White with #B511BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B511BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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