Html Css Color HEX #B502DC Deep Magenta

📋 copy color: '#B502DC'

red 181 ◦ green 2 ◦ blue 220

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

Shades of Deep Magenta #B502DC

Tints of Deep Magenta #B502DC

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.5%

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

R = 44.91%
G = 0.5%
B = 54.59%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B502DC (or 0xB502DC) is known color: Deep Magenta. HEX triplet: B5, 02 and DC. RGB value is (181,2,220). Sum of RGB (Red+Green+Blue) = 181+2+220=403 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.91% from 403); Green value is 2 (1.17% from 255 or 0.50% from 403); Blue value is 220 (86.33% from 255 or 54.59% from 403); Max value from RGB is 220 - color contains mainly: blue. Hex color #B502DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B502DC is #4AFD23. Grayscale: #4F4F4F. Windows color (decimal): -4914468 or 14418613. OLE color: 14418613.

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

Color convert

RGB 181 2 220 -
CMYK 0.18 0.99 0 0.14
HSL 289.27º 0.98% 0.44% -
HSV(B) 289.27º 0.99% 0.86% -
XYZ 32 15.03 68.93 -
YUV 80.37 206.8 199.77 -
System Red Green Blue C M Y K H S L
Decimal 181 2 220 0.18 0.99 0 0.14 289.27 0.98 0.44
Hex B5 2 DC 12 63 0 E 121 62 2C
Octal 265 2 334 22 143 0 16 441 142 54
Binary 10110101 10 11011100 10010 1100011 0 1110 100100001 1100010 101100

Color Harmonies of #B502DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B502DC

Black with #B502DC

Text Example


Text Example

White with #B502DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B502DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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