Html Css Color HEX #B719CE Deep Magenta

📋 copy color: '#B719CE'

red 183 ◦ green 25 ◦ blue 206

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

Shades of Deep Magenta #B719CE

Tints of Deep Magenta #B719CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.76%

R = 44.2%
G = 6.04%
B = 49.76%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B719CE (or 0xB719CE) is known color: Deep Magenta. HEX triplet: B7, 19 and CE. RGB value is (183,25,206). Sum of RGB (Red+Green+Blue) = 183+25+206=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 206 (80.86% from 255 or 49.76% from 414); Max value from RGB is 206 - color contains mainly: blue. Hex color #B719CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B719CE is #48E631. Grayscale: #5C5C5C. Windows color (decimal): -4777522 or 13506999. OLE color: 13506999.

HSL color Cylindrical-coordinate representation of color #B719CE: hue angle of 292.38º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B719CE is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 25 206 -
CMYK 0.11 0.88 0 0.19
HSL 292.38º 0.78% 0.45% -
HSV(B) 292.38º 0.88% 0.81% -
XYZ 31.02 15.22 59.7 -
YUV 92.88 191.85 192.28 -
System Red Green Blue C M Y K H S L
Decimal 183 25 206 0.11 0.88 0 0.19 292.38 0.78 0.45
Hex B7 19 CE B 58 0 13 124 4E 2D
Octal 267 31 316 13 130 0 23 444 116 55
Binary 10110111 11001 11001110 1011 1011000 0 10011 100100100 1001110 101101

Color Harmonies of #B719CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B719CE

Black with #B719CE

Text Example


Text Example

White with #B719CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B719CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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