Html Css Color HEX #B502D2 Deep Magenta

📋 copy color: '#B502D2'

red 181 ◦ green 2 ◦ blue 210

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

Shades of Deep Magenta #B502D2

Tints of Deep Magenta #B502D2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 53.44%

R = 46.06%
G = 0.51%
B = 53.44%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B502D2 (or 0xB502D2) is known color: Deep Magenta. HEX triplet: B5, 02 and D2. RGB value is (181,2,210). Sum of RGB (Red+Green+Blue) = 181+2+210=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 2 (1.17% from 255 or 0.51% from 393); Blue value is 210 (82.42% from 255 or 53.44% from 393); Max value from RGB is 210 - color contains mainly: blue. Hex color #B502D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B502D2 is #4AFD2D. Grayscale: #4E4E4E. Windows color (decimal): -4914478 or 13763253. OLE color: 13763253.

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

Color convert

RGB 181 2 210 -
CMYK 0.14 0.99 0 0.18
HSL 291.63º 0.98% 0.42% -
HSV(B) 291.63º 0.99% 0.82% -
XYZ 30.71 14.52 62.16 -
YUV 79.23 201.8 200.59 -
System Red Green Blue C M Y K H S L
Decimal 181 2 210 0.14 0.99 0 0.18 291.63 0.98 0.42
Hex B5 2 D2 E 63 0 12 124 62 2A
Octal 265 2 322 16 143 0 22 444 142 52
Binary 10110101 10 11010010 1110 1100011 0 10010 100100100 1100010 101010

Color Harmonies of #B502D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B502D2

Black with #B502D2

Text Example


Text Example

White with #B502D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B502D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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