Html Css Color HEX #B918DB Deep Magenta

📋 copy color: '#B918DB'

red 185 ◦ green 24 ◦ blue 219

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

Shades of Deep Magenta #B918DB

Tints of Deep Magenta #B918DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 51.17%

R = 43.22%
G = 5.61%
B = 51.17%

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

#B918DB (or 0xB918DB) is known color: Deep Magenta. HEX triplet: B9, 18 and DB. RGB value is (185,24,219). Sum of RGB (Red+Green+Blue) = 185+24+219=428 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.22% from 428); Green value is 24 (9.77% from 255 or 5.61% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #B918DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B918DB is #46E724. Grayscale: #5D5D5D. Windows color (decimal): -4646693 or 14358713. OLE color: 14358713.

HSL color Cylindrical-coordinate representation of color #B918DB: hue angle of 289.54º 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 #B918DB is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 24 219 -
CMYK 0.16 0.89 0 0.14
HSL 289.54º 0.8% 0.48% -
HSV(B) 289.54º 0.89% 0.86% -
XYZ 33.12 16.08 68.38 -
YUV 94.37 198.34 192.64 -
System Red Green Blue C M Y K H S L
Decimal 185 24 219 0.16 0.89 0 0.14 289.54 0.8 0.48
Hex B9 18 DB 10 59 0 E 122 50 30
Octal 271 30 333 20 131 0 16 442 120 60
Binary 10111001 11000 11011011 10000 1011001 0 1110 100100010 1010000 110000

Color Harmonies of #B918DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B918DB

Black with #B918DB

Text Example


Text Example

White with #B918DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B918DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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