Html Css Color HEX #B518CD Deep Magenta

📋 copy color: '#B518CD'

red 181 ◦ green 24 ◦ blue 205

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

Shades of Deep Magenta #B518CD

Tints of Deep Magenta #B518CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50%

R = 44.15%
G = 5.85%
B = 50%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B518CD (or 0xB518CD) is known color: Deep Magenta. HEX triplet: B5, 18 and CD. RGB value is (181,24,205). Sum of RGB (Red+Green+Blue) = 181+24+205=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 205 (80.47% from 255 or 50% from 410); Max value from RGB is 205 - color contains mainly: blue. Hex color #B518CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B518CD is #4AE732. Grayscale: #5B5B5B. Windows color (decimal): -4908851 or 13441205. OLE color: 13441205.

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

Color convert

RGB 181 24 205 -
CMYK 0.12 0.88 0 0.20
HSL 292.04º 0.79% 0.45% -
HSV(B) 292.04º 0.88% 0.8% -
XYZ 30.4 14.88 59.03 -
YUV 91.58 192.01 191.78 -
System Red Green Blue C M Y K H S L
Decimal 181 24 205 0.12 0.88 0 0.20 292.04 0.79 0.45
Hex B5 18 CD C 58 0 14 124 4F 2D
Octal 265 30 315 14 130 0 24 444 117 55
Binary 10110101 11000 11001101 1100 1011000 0 10100 100100100 1001111 101101

Color Harmonies of #B518CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B518CD

Black with #B518CD

Text Example


Text Example

White with #B518CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B518CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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