Html Css Color HEX #B511CD Deep Magenta

📋 copy color: '#B511CD'

red 181 ◦ green 17 ◦ blue 205

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

Shades of Deep Magenta #B511CD

Tints of Deep Magenta #B511CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.87%

R = 44.91%
G = 4.22%
B = 50.87%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B511CD (or 0xB511CD) is known color: Deep Magenta. HEX triplet: B5, 11 and CD. RGB value is (181,17,205). Sum of RGB (Red+Green+Blue) = 181+17+205=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 17 (7.03% from 255 or 4.22% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #B511CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B511CD is #4AEE32. Grayscale: #565656. Windows color (decimal): -4910643 or 13439413. OLE color: 13439413.

HSL color Cylindrical-coordinate representation of color #B511CD: hue angle of 292.34º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B511CD is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 181 17 205 -
CMYK 0.12 0.92 0 0.20
HSL 292.34º 0.85% 0.44% -
HSV(B) 292.34º 0.92% 0.8% -
XYZ 30.28 14.63 58.99 -
YUV 87.47 194.33 194.71 -
System Red Green Blue C M Y K H S L
Decimal 181 17 205 0.12 0.92 0 0.20 292.34 0.85 0.44
Hex B5 11 CD C 5C 0 14 124 55 2C
Octal 265 21 315 14 134 0 24 444 125 54
Binary 10110101 10001 11001101 1100 1011100 0 10100 100100100 1010101 101100

Color Harmonies of #B511CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B511CD

Black with #B511CD

Text Example


Text Example

White with #B511CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B511CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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