Html Css Color HEX #B719B2 Deep Magenta

📋 copy color: '#B719B2'

red 183 ◦ green 25 ◦ blue 178

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

Shades of Deep Magenta #B719B2

Tints of Deep Magenta #B719B2

RGB

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

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

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

R = 47.41%
G = 6.48%
B = 46.11%

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

#B719B2 (or 0xB719B2) is known color: Deep Magenta. HEX triplet: B7, 19 and B2. RGB value is (183,25,178). Sum of RGB (Red+Green+Blue) = 183+25+178=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 25 (10.16% from 255 or 6.48% from 386); Blue value is 178 (69.92% from 255 or 46.11% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B719B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B719B2 is #48E64D. Grayscale: #595959. Windows color (decimal): -4777550 or 11671991. OLE color: 11671991.

HSL color Cylindrical-coordinate representation of color #B719B2: hue angle of 301.9º 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 #B719B2 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 25 178 -
CMYK 0 0.86 0.03 0.28
HSL 301.9º 0.76% 0.41% -
HSV(B) 301.9º 0.86% 0.72% -
XYZ 27.91 13.98 43.35 -
YUV 89.68 177.85 194.56 -
System Red Green Blue C M Y K H S L
Decimal 183 25 178 0 0.86 0.03 0.28 301.9 0.76 0.41
Hex B7 19 B2 0 56 3 1C 12E 4C 29
Octal 267 31 262 0 126 3 34 456 114 51
Binary 10110111 11001 10110010 0 1010110 11 11100 100101110 1001100 101001

Color Harmonies of #B719B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B719B2

Black with #B719B2

Text Example


Text Example

White with #B719B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B719B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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