Html Css Color HEX #B719D4 Deep Magenta

📋 copy color: '#B719D4'

red 183 ◦ green 25 ◦ blue 212

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

Shades of Deep Magenta #B719D4

Tints of Deep Magenta #B719D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 50.48%

R = 43.57%
G = 5.95%
B = 50.48%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B719D4 (or 0xB719D4) is known color: Deep Magenta. HEX triplet: B7, 19 and D4. RGB value is (183,25,212). Sum of RGB (Red+Green+Blue) = 183+25+212=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 212 (83.20% from 255 or 50.48% from 420); Max value from RGB is 212 - color contains mainly: blue. Hex color #B719D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B719D4 is #48E62B. Grayscale: #5C5C5C. Windows color (decimal): -4777516 or 13900215. OLE color: 13900215.

HSL color Cylindrical-coordinate representation of color #B719D4: hue angle of 290.7º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B719D4 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 183 25 212 -
CMYK 0.14 0.88 0 0.17
HSL 290.7º 0.79% 0.46% -
HSV(B) 290.7º 0.88% 0.83% -
XYZ 31.76 15.52 63.61 -
YUV 93.56 194.85 191.79 -
System Red Green Blue C M Y K H S L
Decimal 183 25 212 0.14 0.88 0 0.17 290.7 0.79 0.46
Hex B7 19 D4 E 58 0 11 123 4F 2E
Octal 267 31 324 16 130 0 21 443 117 56
Binary 10110111 11001 11010100 1110 1011000 0 10001 100100011 1001111 101110

Color Harmonies of #B719D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B719D4

Black with #B719D4

Text Example


Text Example

White with #B719D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B719D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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