Html Css Color HEX #B501DC Deep Magenta

📋 copy color: '#B501DC'

red 181 ◦ green 1 ◦ blue 220

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

Shades of Deep Magenta #B501DC

Tints of Deep Magenta #B501DC

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 220 (86.33% from 255) = 54.73%

R = 45.02%
G = 0.25%
B = 54.73%

CMYK

 C value IS 0.18

 M value IS 1.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B501DC (or 0xB501DC) is known color: Deep Magenta. HEX triplet: B5, 01 and DC. RGB value is (181,1,220). Sum of RGB (Red+Green+Blue) = 181+1+220=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 1 (0.78% from 255 or 0.25% from 402); Blue value is 220 (86.33% from 255 or 54.73% from 402); Max value from RGB is 220 - color contains mainly: blue. Hex color #B501DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B501DC is #4AFE23. Grayscale: #4F4F4F. Windows color (decimal): -4914724 or 14418357. OLE color: 14418357.

HSL color Cylindrical-coordinate representation of color #B501DC: hue angle of 289.32º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B501DC is Cyan = 0.18, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 1 220 -
CMYK 0.18 1.00 0 0.14
HSL 289.32º 0.99% 0.43% -
HSV(B) 289.32º 1% 0.86% -
XYZ 31.99 15.01 68.92 -
YUV 79.79 207.13 200.19 -
System Red Green Blue C M Y K H S L
Decimal 181 1 220 0.18 1.00 0 0.14 289.32 0.99 0.43
Hex B5 1 DC 12 64 0 E 121 63 2B
Octal 265 1 334 22 144 0 16 441 143 53
Binary 10110101 1 11011100 10010 1100100 0 1110 100100001 1100011 101011

Color Harmonies of #B501DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B501DC

Black with #B501DC

Text Example


Text Example

White with #B501DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B501DC; }

 p { color: rgb(181,1,220); }

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

background-color css

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

 a { background-color: rgb(181,1,220); }

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

border-color css

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

 span { border-color: rgb(181,1,220); }

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