Html Css Color HEX #B518D0 Deep Magenta

📋 copy color: '#B518D0'

red 181 ◦ green 24 ◦ blue 208

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

Shades of Deep Magenta #B518D0

Tints of Deep Magenta #B518D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 50.36%

R = 43.83%
G = 5.81%
B = 50.36%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B518D0 (or 0xB518D0) is known color: Deep Magenta. HEX triplet: B5, 18 and D0. RGB value is (181,24,208). Sum of RGB (Red+Green+Blue) = 181+24+208=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 208 (81.64% from 255 or 50.36% from 413); Max value from RGB is 208 - color contains mainly: blue. Hex color #B518D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B518D0 is #4AE72F. Grayscale: #5B5B5B. Windows color (decimal): -4908848 or 13637813. OLE color: 13637813.

HSL color Cylindrical-coordinate representation of color #B518D0: hue angle of 291.2º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B518D0 is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 24 208 -
CMYK 0.13 0.88 0 0.18
HSL 291.2º 0.79% 0.45% -
HSV(B) 291.2º 0.88% 0.82% -
XYZ 30.77 15.03 60.95 -
YUV 91.92 193.51 191.54 -
System Red Green Blue C M Y K H S L
Decimal 181 24 208 0.13 0.88 0 0.18 291.2 0.79 0.45
Hex B5 18 D0 D 58 0 12 123 4F 2D
Octal 265 30 320 15 130 0 22 443 117 55
Binary 10110101 11000 11010000 1101 1011000 0 10010 100100011 1001111 101101

Color Harmonies of #B518D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B518D0

Black with #B518D0

Text Example


Text Example

White with #B518D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B518D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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