Html Css Color HEX #B819DD Deep Magenta

📋 copy color: '#B819DD'

red 184 ◦ green 25 ◦ blue 221

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

Shades of Deep Magenta #B819DD

Tints of Deep Magenta #B819DD

RGB

 RED value IS 184 (72.27% from 255) = 42.79%

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

 BLUE value IS 221 (86.72% from 255) = 51.4%

R = 42.79%
G = 5.81%
B = 51.4%

CMYK

 C value IS 0.17

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B819DD (or 0xB819DD) is known color: Deep Magenta. HEX triplet: B8, 19 and DD. RGB value is (184,25,221). Sum of RGB (Red+Green+Blue) = 184+25+221=430 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.79% from 430); Green value is 25 (10.16% from 255 or 5.81% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #B819DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B819DD is #47E622. Grayscale: #5E5E5E. Windows color (decimal): -4711971 or 14490040. OLE color: 14490040.

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

Color convert

RGB 184 25 221 -
CMYK 0.17 0.89 0 0.13
HSL 288.67º 0.8% 0.48% -
HSV(B) 288.67º 0.89% 0.87% -
XYZ 33.17 16.11 69.77 -
YUV 94.89 199.18 191.56 -
System Red Green Blue C M Y K H S L
Decimal 184 25 221 0.17 0.89 0 0.13 288.67 0.8 0.48
Hex B8 19 DD 11 59 0 D 121 50 30
Octal 270 31 335 21 131 0 15 441 120 60
Binary 10111000 11001 11011101 10001 1011001 0 1101 100100001 1010000 110000

Color Harmonies of #B819DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B819DD

Black with #B819DD

Text Example


Text Example

White with #B819DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B819DD; }

 p { color: rgb(184,25,221); }

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

background-color css

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

 a { background-color: rgb(184,25,221); }

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

border-color css

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

 span { border-color: rgb(184,25,221); }

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