Html Css Color HEX #B502DB Deep Magenta

📋 copy color: '#B502DB'

red 181 ◦ green 2 ◦ blue 219

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

Shades of Deep Magenta #B502DB

Tints of Deep Magenta #B502DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 54.48%

R = 45.02%
G = 0.5%
B = 54.48%

CMYK

 C value IS 0.17

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B502DB (or 0xB502DB) is known color: Deep Magenta. HEX triplet: B5, 02 and DB. RGB value is (181,2,219). Sum of RGB (Red+Green+Blue) = 181+2+219=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 2 (1.17% from 255 or 0.50% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #B502DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B502DB is #4AFD24. Grayscale: #4F4F4F. Windows color (decimal): -4914469 or 14353077. OLE color: 14353077.

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

Color convert

RGB 181 2 219 -
CMYK 0.17 0.99 0 0.14
HSL 289.49º 0.98% 0.43% -
HSV(B) 289.49º 0.99% 0.86% -
XYZ 31.86 14.98 68.23 -
YUV 80.26 206.3 199.86 -
System Red Green Blue C M Y K H S L
Decimal 181 2 219 0.17 0.99 0 0.14 289.49 0.98 0.43
Hex B5 2 DB 11 63 0 E 121 62 2B
Octal 265 2 333 21 143 0 16 441 142 53
Binary 10110101 10 11011011 10001 1100011 0 1110 100100001 1100010 101011

Color Harmonies of #B502DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B502DB

Black with #B502DB

Text Example


Text Example

White with #B502DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B502DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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