Html Css Color HEX #B719BA Deep Magenta

📋 copy color: '#B719BA'

red 183 ◦ green 25 ◦ blue 186

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

Shades of Deep Magenta #B719BA

Tints of Deep Magenta #B719BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.21%

R = 46.45%
G = 6.35%
B = 47.21%

CMYK

 C value IS 0.02

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B719BA (or 0xB719BA) is known color: Deep Magenta. HEX triplet: B7, 19 and BA. RGB value is (183,25,186). Sum of RGB (Red+Green+Blue) = 183+25+186=394 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.45% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #B719BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B719BA is #48E645. Grayscale: #5A5A5A. Windows color (decimal): -4777542 or 12196279. OLE color: 12196279.

HSL color Cylindrical-coordinate representation of color #B719BA: hue angle of 298.88º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B719BA is Cyan = 0.02, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 25 186 -
CMYK 0.02 0.87 0 0.27
HSL 298.88º 0.76% 0.41% -
HSV(B) 298.88º 0.87% 0.73% -
XYZ 28.74 14.31 47.7 -
YUV 90.6 181.85 193.91 -
System Red Green Blue C M Y K H S L
Decimal 183 25 186 0.02 0.87 0 0.27 298.88 0.76 0.41
Hex B7 19 BA 2 57 0 1B 12B 4C 29
Octal 267 31 272 2 127 0 33 453 114 51
Binary 10110111 11001 10111010 10 1010111 0 11011 100101011 1001100 101001

Color Harmonies of #B719BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B719BA

Black with #B719BA

Text Example


Text Example

White with #B719BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B719BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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