Html Css Color HEX #B719BE Deep Magenta

📋 copy color: '#B719BE'

red 183 ◦ green 25 ◦ blue 190

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

Shades of Deep Magenta #B719BE

Tints of Deep Magenta #B719BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 45.98%
G = 6.28%
B = 47.74%

CMYK

 C value IS 0.04

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B719BE (or 0xB719BE) is known color: Deep Magenta. HEX triplet: B7, 19 and BE. RGB value is (183,25,190). Sum of RGB (Red+Green+Blue) = 183+25+190=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 25 (10.16% from 255 or 6.28% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #B719BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B719BE is #48E641. Grayscale: #5A5A5A. Windows color (decimal): -4777538 or 12458423. OLE color: 12458423.

HSL color Cylindrical-coordinate representation of color #B719BE: hue angle of 297.45º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B719BE is Cyan = 0.04, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 25 190 -
CMYK 0.04 0.87 0 0.25
HSL 297.45º 0.77% 0.42% -
HSV(B) 297.45º 0.87% 0.75% -
XYZ 29.17 14.48 49.97 -
YUV 91.05 183.85 193.58 -
System Red Green Blue C M Y K H S L
Decimal 183 25 190 0.04 0.87 0 0.25 297.45 0.77 0.42
Hex B7 19 BE 4 57 0 19 129 4D 2A
Octal 267 31 276 4 127 0 31 451 115 52
Binary 10110111 11001 10111110 100 1010111 0 11001 100101001 1001101 101010

Color Harmonies of #B719BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B719BE

Black with #B719BE

Text Example


Text Example

White with #B719BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B719BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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