Html Css Color HEX #B819D6 Deep Magenta

📋 copy color: '#B819D6'

red 184 ◦ green 25 ◦ blue 214

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

Shades of Deep Magenta #B819D6

Tints of Deep Magenta #B819D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 50.59%

R = 43.5%
G = 5.91%
B = 50.59%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B819D6 (or 0xB819D6) is known color: Deep Magenta. HEX triplet: B8, 19 and D6. RGB value is (184,25,214). Sum of RGB (Red+Green+Blue) = 184+25+214=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 25 (10.16% from 255 or 5.91% from 423); Blue value is 214 (83.98% from 255 or 50.59% from 423); Max value from RGB is 214 - color contains mainly: blue. Hex color #B819D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B819D6 is #47E629. Grayscale: #5D5D5D. Windows color (decimal): -4711978 or 14031288. OLE color: 14031288.

HSL color Cylindrical-coordinate representation of color #B819D6: hue angle of 290.48º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B819D6 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 25 214 -
CMYK 0.14 0.88 0 0.16
HSL 290.48º 0.79% 0.47% -
HSV(B) 290.48º 0.88% 0.84% -
XYZ 32.25 15.74 64.96 -
YUV 94.09 195.68 192.13 -
System Red Green Blue C M Y K H S L
Decimal 184 25 214 0.14 0.88 0 0.16 290.48 0.79 0.47
Hex B8 19 D6 E 58 0 10 122 4F 2F
Octal 270 31 326 16 130 0 20 442 117 57
Binary 10111000 11001 11010110 1110 1011000 0 10000 100100010 1001111 101111

Color Harmonies of #B819D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B819D6

Black with #B819D6

Text Example


Text Example

White with #B819D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B819D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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