Html Css Color HEX #B500D8 Deep Magenta

📋 copy color: '#B500D8'

red 181 ◦ green 0 ◦ blue 216

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

Shades of Deep Magenta #B500D8

Tints of Deep Magenta #B500D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 54.41%

R = 45.59%
G = 0%
B = 54.41%

CMYK

 C value IS 0.16

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B500D8 (or 0xB500D8) is known color: Deep Magenta. HEX triplet: B5, 00 and D8. RGB value is (181,0,216). Sum of RGB (Red+Green+Blue) = 181+0+216=397 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.59% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 216 (84.77% from 255 or 54.41% from 397); Max value from RGB is 216 - color contains mainly: blue. Hex color #B500D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B500D8 is #4AFF27. Grayscale: #4E4E4E. Windows color (decimal): -4914984 or 14155957. OLE color: 14155957.

HSL color Cylindrical-coordinate representation of color #B500D8: hue angle of 290.28º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B500D8 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 0 216 -
CMYK 0.16 1 0 0.15
HSL 290.28º 1% 0.42% -
HSV(B) 290.28º 1% 0.85% -
XYZ 31.45 14.78 66.16 -
YUV 78.74 205.47 200.94 -
System Red Green Blue C M Y K H S L
Decimal 181 0 216 0.16 1 0 0.15 290.28 1 0.42
Hex B5 0 D8 10 64 0 F 122 64 2A
Octal 265 0 330 20 144 0 17 442 144 52
Binary 10110101 0 11011000 10000 1100100 0 1111 100100010 1100100 101010

Color Harmonies of #B500D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B500D8

Black with #B500D8

Text Example


Text Example

White with #B500D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B500D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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