Html Css Color HEX #B819DA Deep Magenta

📋 copy color: '#B819DA'

red 184 ◦ green 25 ◦ blue 218

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

Shades of Deep Magenta #B819DA

Tints of Deep Magenta #B819DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.05%

R = 43.09%
G = 5.85%
B = 51.05%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B819DA (or 0xB819DA) is known color: Deep Magenta. HEX triplet: B8, 19 and DA. RGB value is (184,25,218). Sum of RGB (Red+Green+Blue) = 184+25+218=427 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.09% from 427); Green value is 25 (10.16% from 255 or 5.85% from 427); Blue value is 218 (85.55% from 255 or 51.05% from 427); Max value from RGB is 218 - color contains mainly: blue. Hex color #B819DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B819DA is #47E625. Grayscale: #5D5D5D. Windows color (decimal): -4711974 or 14293432. OLE color: 14293432.

HSL color Cylindrical-coordinate representation of color #B819DA: hue angle of 289.43º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B819DA is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 25 218 -
CMYK 0.16 0.89 0 0.15
HSL 289.43º 0.79% 0.48% -
HSV(B) 289.43º 0.89% 0.85% -
XYZ 32.77 15.95 67.68 -
YUV 94.54 197.68 191.81 -
System Red Green Blue C M Y K H S L
Decimal 184 25 218 0.16 0.89 0 0.15 289.43 0.79 0.48
Hex B8 19 DA 10 59 0 F 121 4F 30
Octal 270 31 332 20 131 0 17 441 117 60
Binary 10111000 11001 11011010 10000 1011001 0 1111 100100001 1001111 110000

Color Harmonies of #B819DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B819DA

Black with #B819DA

Text Example


Text Example

White with #B819DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B819DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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