Html Css Color HEX #B500DF Deep Magenta

📋 copy color: '#B500DF'

red 181 ◦ green 0 ◦ blue 223

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

Shades of Deep Magenta #B500DF

Tints of Deep Magenta #B500DF

RGB

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

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

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

R = 44.8%
G = 0%
B = 55.2%

CMYK

 C value IS 0.19

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B500DF (or 0xB500DF) is known color: Deep Magenta. HEX triplet: B5, 00 and DF. RGB value is (181,0,223). Sum of RGB (Red+Green+Blue) = 181+0+223=404 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.80% from 404); Green value is 0 (0.39% from 255 or 0% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #B500DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B500DF is #4AFF20. Grayscale: #4E4E4E. Windows color (decimal): -4914977 or 14614709. OLE color: 14614709.

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

Color convert

RGB 181 0 223 -
CMYK 0.19 1 0 0.13
HSL 288.7º 1% 0.44% -
HSV(B) 288.7º 1% 0.87% -
XYZ 32.38 15.15 71.03 -
YUV 79.54 208.97 200.37 -
System Red Green Blue C M Y K H S L
Decimal 181 0 223 0.19 1 0 0.13 288.7 1 0.44
Hex B5 0 DF 13 64 0 D 121 64 2C
Octal 265 0 337 23 144 0 15 441 144 54
Binary 10110101 0 11011111 10011 1100100 0 1101 100100001 1100100 101100

Color Harmonies of #B500DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B500DF

Black with #B500DF

Text Example


Text Example

White with #B500DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B500DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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