Html Css Color HEX #B719B0 Deep Magenta

📋 copy color: '#B719B0'

red 183 ◦ green 25 ◦ blue 176

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

Shades of Deep Magenta #B719B0

Tints of Deep Magenta #B719B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.83%

R = 47.66%
G = 6.51%
B = 45.83%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#B719B0 (or 0xB719B0) is known color: Deep Magenta. HEX triplet: B7, 19 and B0. RGB value is (183,25,176). Sum of RGB (Red+Green+Blue) = 183+25+176=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 176 (69.14% from 255 or 45.83% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B719B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B719B0 is #48E64F. Grayscale: #595959. Windows color (decimal): -4777552 or 11540919. OLE color: 11540919.

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

Color convert

RGB 183 25 176 -
CMYK 0 0.86 0.04 0.28
HSL 302.66º 0.76% 0.41% -
HSV(B) 302.66º 0.86% 0.72% -
XYZ 27.71 13.9 42.3 -
YUV 89.46 176.85 194.72 -
System Red Green Blue C M Y K H S L
Decimal 183 25 176 0 0.86 0.04 0.28 302.66 0.76 0.41
Hex B7 19 B0 0 56 4 1C 12F 4C 29
Octal 267 31 260 0 126 4 34 457 114 51
Binary 10110111 11001 10110000 0 1010110 100 11100 100101111 1001100 101001

Color Harmonies of #B719B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B719B0

Black with #B719B0

Text Example


Text Example

White with #B719B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B719B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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