Html Css Color HEX #B518DE Deep Magenta

📋 copy color: '#B518DE'

red 181 ◦ green 24 ◦ blue 222

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

Shades of Deep Magenta #B518DE

Tints of Deep Magenta #B518DE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.62%

 BLUE value IS 222 (87.11% from 255) = 51.99%

R = 42.39%
G = 5.62%
B = 51.99%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B518DE (or 0xB518DE) is known color: Deep Magenta. HEX triplet: B5, 18 and DE. RGB value is (181,24,222). Sum of RGB (Red+Green+Blue) = 181+24+222=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 24 (9.77% from 255 or 5.62% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #B518DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B518DE is #4AE721. Grayscale: #5C5C5C. Windows color (decimal): -4908834 or 14555317. OLE color: 14555317.

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

Color convert

RGB 181 24 222 -
CMYK 0.18 0.89 0 0.13
HSL 287.58º 0.8% 0.48% -
HSV(B) 287.58º 0.89% 0.87% -
XYZ 32.57 15.75 70.43 -
YUV 93.52 200.51 190.4 -
System Red Green Blue C M Y K H S L
Decimal 181 24 222 0.18 0.89 0 0.13 287.58 0.8 0.48
Hex B5 18 DE 12 59 0 D 120 50 30
Octal 265 30 336 22 131 0 15 440 120 60
Binary 10110101 11000 11011110 10010 1011001 0 1101 100100000 1010000 110000

Color Harmonies of #B518DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B518DE

Black with #B518DE

Text Example


Text Example

White with #B518DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B518DE; }

 p { color: rgb(181,24,222); }

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

background-color css

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

 a { background-color: rgb(181,24,222); }

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

border-color css

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

 span { border-color: rgb(181,24,222); }

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