Html Css Color HEX #B919DC Deep Magenta

📋 copy color: '#B919DC'

red 185 ◦ green 25 ◦ blue 220

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

Shades of Deep Magenta #B919DC

Tints of Deep Magenta #B919DC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.81%

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

R = 43.02%
G = 5.81%
B = 51.16%

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

#B919DC (or 0xB919DC) is known color: Deep Magenta. HEX triplet: B9, 19 and DC. RGB value is (185,25,220). Sum of RGB (Red+Green+Blue) = 185+25+220=430 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.02% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #B919DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B919DC is #46E623. Grayscale: #5E5E5E. Windows color (decimal): -4646436 or 14424505. OLE color: 14424505.

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

Color convert

RGB 185 25 220 -
CMYK 0.16 0.89 0 0.14
HSL 289.23º 0.8% 0.48% -
HSV(B) 289.23º 0.89% 0.86% -
XYZ 33.27 16.18 69.08 -
YUV 95.07 198.51 192.14 -
System Red Green Blue C M Y K H S L
Decimal 185 25 220 0.16 0.89 0 0.14 289.23 0.8 0.48
Hex B9 19 DC 10 59 0 E 121 50 30
Octal 271 31 334 20 131 0 16 441 120 60
Binary 10111001 11001 11011100 10000 1011001 0 1110 100100001 1010000 110000

Color Harmonies of #B919DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B919DC

Black with #B919DC

Text Example


Text Example

White with #B919DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B919DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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