Html Css Color HEX #B502DF Deep Magenta

📋 copy color: '#B502DF'

red 181 ◦ green 2 ◦ blue 223

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

Shades of Deep Magenta #B502DF

Tints of Deep Magenta #B502DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.93%

R = 44.58%
G = 0.49%
B = 54.93%

CMYK

 C value IS 0.19

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B502DF (or 0xB502DF) is known color: Deep Magenta. HEX triplet: B5, 02 and DF. RGB value is (181,2,223). Sum of RGB (Red+Green+Blue) = 181+2+223=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #B502DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B502DF is #4AFD20. Grayscale: #505050. Windows color (decimal): -4914465 or 14615221. OLE color: 14615221.

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

Color convert

RGB 181 2 223 -
CMYK 0.19 0.99 0 0.13
HSL 288.6º 0.98% 0.44% -
HSV(B) 288.6º 0.99% 0.87% -
XYZ 32.4 15.19 71.04 -
YUV 80.72 208.3 199.53 -
System Red Green Blue C M Y K H S L
Decimal 181 2 223 0.19 0.99 0 0.13 288.6 0.98 0.44
Hex B5 2 DF 13 63 0 D 121 62 2C
Octal 265 2 337 23 143 0 15 441 142 54
Binary 10110101 10 11011111 10011 1100011 0 1101 100100001 1100010 101100

Color Harmonies of #B502DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B502DF

Black with #B502DF

Text Example


Text Example

White with #B502DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B502DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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