Html Css Color HEX #B719E0 Electric Purple

📋 copy color: '#B719E0'

red 183 ◦ green 25 ◦ blue 224

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

Shades of Electric Purple #B719E0

Tints of Electric Purple #B719E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 51.85%

R = 42.36%
G = 5.79%
B = 51.85%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B719E0 (or 0xB719E0) is known color: Electric Purple. HEX triplet: B7, 19 and E0. RGB value is (183,25,224). Sum of RGB (Red+Green+Blue) = 183+25+224=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 224 (87.89% from 255 or 51.85% from 432); Max value from RGB is 224 - color contains mainly: blue. Hex color #B719E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B719E0 is #48E61F. Grayscale: #5E5E5E. Windows color (decimal): -4777504 or 14686647. OLE color: 14686647.

HSL color Cylindrical-coordinate representation of color #B719E0: hue angle of 287.64º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B719E0 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 183 25 224 -
CMYK 0.18 0.89 0 0.12
HSL 287.64º 0.8% 0.49% -
HSV(B) 287.64º 0.89% 0.88% -
XYZ 33.33 16.14 71.88 -
YUV 94.93 200.85 190.82 -
System Red Green Blue C M Y K H S L
Decimal 183 25 224 0.18 0.89 0 0.12 287.64 0.8 0.49
Hex B7 19 E0 12 59 0 C 120 50 31
Octal 267 31 340 22 131 0 14 440 120 61
Binary 10110111 11001 11100000 10010 1011001 0 1100 100100000 1010000 110001

Color Harmonies of #B719E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B719E0

Black with #B719E0

Text Example


Text Example

White with #B719E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B719E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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