Html Css Color HEX #B511CC Deep Magenta

📋 copy color: '#B511CC'

red 181 ◦ green 17 ◦ blue 204

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

Shades of Deep Magenta #B511CC

Tints of Deep Magenta #B511CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 50.75%

R = 45.02%
G = 4.23%
B = 50.75%

CMYK

 C value IS 0.11

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B511CC (or 0xB511CC) is known color: Deep Magenta. HEX triplet: B5, 11 and CC. RGB value is (181,17,204). Sum of RGB (Red+Green+Blue) = 181+17+204=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 17 (7.03% from 255 or 4.23% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #B511CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B511CC is #4AEE33. Grayscale: #565656. Windows color (decimal): -4910644 or 13373877. OLE color: 13373877.

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

Color convert

RGB 181 17 204 -
CMYK 0.11 0.92 0 0.2
HSL 292.62º 0.85% 0.43% -
HSV(B) 292.62º 0.92% 0.8% -
XYZ 30.16 14.58 58.35 -
YUV 87.35 193.83 194.79 -
System Red Green Blue C M Y K H S L
Decimal 181 17 204 0.11 0.92 0 0.2 292.62 0.85 0.43
Hex B5 11 CC B 5C 0 14 125 55 2B
Octal 265 21 314 13 134 0 24 445 125 53
Binary 10110101 10001 11001100 1011 1011100 0 10100 100100101 1010101 101011

Color Harmonies of #B511CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B511CC

Black with #B511CC

Text Example


Text Example

White with #B511CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B511CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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