Html Css Color HEX #B719D5 Deep Magenta

📋 copy color: '#B719D5'

red 183 ◦ green 25 ◦ blue 213

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

Shades of Deep Magenta #B719D5

Tints of Deep Magenta #B719D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 50.59%

R = 43.47%
G = 5.94%
B = 50.59%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B719D5 (or 0xB719D5) is known color: Deep Magenta. HEX triplet: B7, 19 and D5. RGB value is (183,25,213). Sum of RGB (Red+Green+Blue) = 183+25+213=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 25 (10.16% from 255 or 5.94% from 421); Blue value is 213 (83.59% from 255 or 50.59% from 421); Max value from RGB is 213 - color contains mainly: blue. Hex color #B719D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B719D5 is #48E62A. Grayscale: #5D5D5D. Windows color (decimal): -4777515 or 13965751. OLE color: 13965751.

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

Color convert

RGB 183 25 213 -
CMYK 0.14 0.88 0 0.16
HSL 290.43º 0.79% 0.47% -
HSV(B) 290.43º 0.88% 0.84% -
XYZ 31.89 15.57 64.27 -
YUV 93.67 195.35 191.71 -
System Red Green Blue C M Y K H S L
Decimal 183 25 213 0.14 0.88 0 0.16 290.43 0.79 0.47
Hex B7 19 D5 E 58 0 10 122 4F 2F
Octal 267 31 325 16 130 0 20 442 117 57
Binary 10110111 11001 11010101 1110 1011000 0 10000 100100010 1001111 101111

Color Harmonies of #B719D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B719D5

Black with #B719D5

Text Example


Text Example

White with #B719D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B719D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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