Html Css Color HEX #B719DC Deep Magenta

📋 copy color: '#B719DC'

red 183 ◦ green 25 ◦ blue 220

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

Shades of Deep Magenta #B719DC

Tints of Deep Magenta #B719DC

RGB

 RED value IS 183 (71.88% from 255) = 42.76%

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

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

R = 42.76%
G = 5.84%
B = 51.4%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B719DC (or 0xB719DC) is known color: Deep Magenta. HEX triplet: B7, 19 and DC. RGB value is (183,25,220). Sum of RGB (Red+Green+Blue) = 183+25+220=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 25 (10.16% from 255 or 5.84% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #B719DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B719DC is #48E623. Grayscale: #5D5D5D. Windows color (decimal): -4777508 or 14424503. OLE color: 14424503.

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

Color convert

RGB 183 25 220 -
CMYK 0.17 0.89 0 0.14
HSL 288.62º 0.8% 0.48% -
HSV(B) 288.62º 0.89% 0.86% -
XYZ 32.79 15.93 69.06 -
YUV 94.47 198.85 191.14 -
System Red Green Blue C M Y K H S L
Decimal 183 25 220 0.17 0.89 0 0.14 288.62 0.8 0.48
Hex B7 19 DC 11 59 0 E 121 50 30
Octal 267 31 334 21 131 0 16 441 120 60
Binary 10110111 11001 11011100 10001 1011001 0 1110 100100001 1010000 110000

Color Harmonies of #B719DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B719DC

Black with #B719DC

Text Example


Text Example

White with #B719DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B719DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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