Html Css Color HEX #B500DD Deep Magenta

📋 copy color: '#B500DD'

red 181 ◦ green 0 ◦ blue 221

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

Shades of Deep Magenta #B500DD

Tints of Deep Magenta #B500DD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 221 (86.72% from 255) = 54.98%

R = 45.02%
G = 0%
B = 54.98%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B500DD (or 0xB500DD) is known color: Deep Magenta. HEX triplet: B5, 00 and DD. RGB value is (181,0,221). Sum of RGB (Red+Green+Blue) = 181+0+221=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 0 (0.39% from 255 or 0% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #B500DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B500DD is #4AFF22. Grayscale: #4E4E4E. Windows color (decimal): -4914979 or 14483637. OLE color: 14483637.

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

Color convert

RGB 181 0 221 -
CMYK 0.18 1 0 0.13
HSL 289.14º 1% 0.43% -
HSV(B) 289.14º 1% 0.87% -
XYZ 32.11 15.04 69.62 -
YUV 79.31 207.97 200.53 -
System Red Green Blue C M Y K H S L
Decimal 181 0 221 0.18 1 0 0.13 289.14 1 0.43
Hex B5 0 DD 12 64 0 D 121 64 2B
Octal 265 0 335 22 144 0 15 441 144 53
Binary 10110101 0 11011101 10010 1100100 0 1101 100100001 1100100 101011

Color Harmonies of #B500DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B500DD

Black with #B500DD

Text Example


Text Example

White with #B500DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B500DD; }

 p { color: rgb(181,0,221); }

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

background-color css

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

 a { background-color: rgb(181,0,221); }

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

border-color css

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

 span { border-color: rgb(181,0,221); }

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