Html Css Color HEX #B511BD Deep Magenta

📋 copy color: '#B511BD'

red 181 ◦ green 17 ◦ blue 189

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

Shades of Deep Magenta #B511BD

Tints of Deep Magenta #B511BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.84%

R = 46.77%
G = 4.39%
B = 48.84%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B511BD (or 0xB511BD) is known color: Deep Magenta. HEX triplet: B5, 11 and BD. RGB value is (181,17,189). Sum of RGB (Red+Green+Blue) = 181+17+189=387 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.77% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #B511BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B511BD is #4AEE42. Grayscale: #555555. Windows color (decimal): -4910659 or 12390837. OLE color: 12390837.

HSL color Cylindrical-coordinate representation of color #B511BD: hue angle of 297.21º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B511BD is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 17 189 -
CMYK 0.04 0.91 0 0.26
HSL 297.21º 0.83% 0.4% -
HSV(B) 297.21º 0.91% 0.74% -
XYZ 28.44 13.9 49.33 -
YUV 85.64 186.33 196.01 -
System Red Green Blue C M Y K H S L
Decimal 181 17 189 0.04 0.91 0 0.26 297.21 0.83 0.4
Hex B5 11 BD 4 5B 0 1A 129 53 28
Octal 265 21 275 4 133 0 32 451 123 50
Binary 10110101 10001 10111101 100 1011011 0 11010 100101001 1010011 101000

Color Harmonies of #B511BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B511BD

Black with #B511BD

Text Example


Text Example

White with #B511BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B511BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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