Html Css Color HEX #B719CF Deep Magenta

📋 copy color: '#B719CF'

red 183 ◦ green 25 ◦ blue 207

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

Shades of Deep Magenta #B719CF

Tints of Deep Magenta #B719CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.88%

R = 44.1%
G = 6.02%
B = 49.88%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B719CF (or 0xB719CF) is known color: Deep Magenta. HEX triplet: B7, 19 and CF. RGB value is (183,25,207). Sum of RGB (Red+Green+Blue) = 183+25+207=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #B719CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B719CF is #48E630. Grayscale: #5C5C5C. Windows color (decimal): -4777521 or 13572535. OLE color: 13572535.

HSL color Cylindrical-coordinate representation of color #B719CF: hue angle of 292.09º 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 #B719CF is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 25 207 -
CMYK 0.12 0.88 0 0.19
HSL 292.09º 0.78% 0.45% -
HSV(B) 292.09º 0.88% 0.81% -
XYZ 31.14 15.27 60.34 -
YUV 92.99 192.35 192.2 -
System Red Green Blue C M Y K H S L
Decimal 183 25 207 0.12 0.88 0 0.19 292.09 0.78 0.45
Hex B7 19 CF C 58 0 13 124 4E 2D
Octal 267 31 317 14 130 0 23 444 116 55
Binary 10110111 11001 11001111 1100 1011000 0 10011 100100100 1001110 101101

Color Harmonies of #B719CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B719CF

Black with #B719CF

Text Example


Text Example

White with #B719CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B719CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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