Html Css Color HEX #B918DC Deep Magenta

📋 copy color: '#B918DC'

red 185 ◦ green 24 ◦ blue 220

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

Shades of Deep Magenta #B918DC

Tints of Deep Magenta #B918DC

RGB

 RED value IS 185 (72.66% from 255) = 43.12%

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

 BLUE value IS 220 (86.33% from 255) = 51.28%

R = 43.12%
G = 5.59%
B = 51.28%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B918DC (or 0xB918DC) is known color: Deep Magenta. HEX triplet: B9, 18 and DC. RGB value is (185,24,220). Sum of RGB (Red+Green+Blue) = 185+24+220=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 24 (9.77% from 255 or 5.59% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #B918DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B918DC is #46E723. Grayscale: #5D5D5D. Windows color (decimal): -4646692 or 14424249. OLE color: 14424249.

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

Color convert

RGB 185 24 220 -
CMYK 0.16 0.89 0 0.14
HSL 289.29º 0.8% 0.48% -
HSV(B) 289.29º 0.89% 0.86% -
XYZ 33.25 16.13 69.07 -
YUV 94.48 198.84 192.56 -
System Red Green Blue C M Y K H S L
Decimal 185 24 220 0.16 0.89 0 0.14 289.29 0.8 0.48
Hex B9 18 DC 10 59 0 E 121 50 30
Octal 271 30 334 20 131 0 16 441 120 60
Binary 10111001 11000 11011100 10000 1011001 0 1110 100100001 1010000 110000

Color Harmonies of #B918DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B918DC

Black with #B918DC

Text Example


Text Example

White with #B918DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B918DC; }

 p { color: rgb(185,24,220); }

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

background-color css

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

 a { background-color: rgb(185,24,220); }

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

border-color css

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

 span { border-color: rgb(185,24,220); }

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