Html Css Color HEX #B511CE Deep Magenta

📋 copy color: '#B511CE'

red 181 ◦ green 17 ◦ blue 206

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

Shades of Deep Magenta #B511CE

Tints of Deep Magenta #B511CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.99%

R = 44.8%
G = 4.21%
B = 50.99%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B511CE (or 0xB511CE) is known color: Deep Magenta. HEX triplet: B5, 11 and CE. RGB value is (181,17,206). Sum of RGB (Red+Green+Blue) = 181+17+206=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 17 (7.03% from 255 or 4.21% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #B511CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B511CE is #4AEE31. Grayscale: #565656. Windows color (decimal): -4910642 or 13504949. OLE color: 13504949.

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

Color convert

RGB 181 17 206 -
CMYK 0.12 0.92 0 0.19
HSL 292.06º 0.85% 0.44% -
HSV(B) 292.06º 0.92% 0.81% -
XYZ 30.4 14.68 59.62 -
YUV 87.58 194.83 194.63 -
System Red Green Blue C M Y K H S L
Decimal 181 17 206 0.12 0.92 0 0.19 292.06 0.85 0.44
Hex B5 11 CE C 5C 0 13 124 55 2C
Octal 265 21 316 14 134 0 23 444 125 54
Binary 10110101 10001 11001110 1100 1011100 0 10011 100100100 1010101 101100

Color Harmonies of #B511CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B511CE

Black with #B511CE

Text Example


Text Example

White with #B511CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B511CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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