Html Css Color HEX #B819B2 Deep Magenta

📋 copy color: '#B819B2'

red 184 ◦ green 25 ◦ blue 178

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

Shades of Deep Magenta #B819B2

Tints of Deep Magenta #B819B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 45.99%

R = 47.55%
G = 6.46%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.28

RGB Variations

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

Color information

#B819B2 (or 0xB819B2) is known color: Deep Magenta. HEX triplet: B8, 19 and B2. RGB value is (184,25,178). Sum of RGB (Red+Green+Blue) = 184+25+178=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 178 (69.92% from 255 or 45.99% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B819B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B819B2 is #47E64D. Grayscale: #595959. Windows color (decimal): -4712014 or 11671992. OLE color: 11671992.

HSL color Cylindrical-coordinate representation of color #B819B2: hue angle of 302.26º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B819B2 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 25 178 -
CMYK 0 0.86 0.03 0.28
HSL 302.26º 0.76% 0.41% -
HSV(B) 302.26º 0.86% 0.72% -
XYZ 28.15 14.1 43.36 -
YUV 89.98 177.68 195.06 -
System Red Green Blue C M Y K H S L
Decimal 184 25 178 0 0.86 0.03 0.28 302.26 0.76 0.41
Hex B8 19 B2 0 56 3 1C 12E 4C 29
Octal 270 31 262 0 126 3 34 456 114 51
Binary 10111000 11001 10110010 0 1010110 11 11100 100101110 1001100 101001

Color Harmonies of #B819B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B819B2

Black with #B819B2

Text Example


Text Example

White with #B819B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B819B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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