Html Css Color HEX #B519E1 Electric Purple

📋 copy color: '#B519E1'

red 181 ◦ green 25 ◦ blue 225

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

Shades of Electric Purple #B519E1

Tints of Electric Purple #B519E1

RGB

 RED value IS 181 (71.09% from 255) = 42%

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

 BLUE value IS 225 (88.28% from 255) = 52.2%

R = 42%
G = 5.8%
B = 52.2%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B519E1 (or 0xB519E1) is known color: Electric Purple. HEX triplet: B5, 19 and E1. RGB value is (181,25,225). Sum of RGB (Red+Green+Blue) = 181+25+225=431 (57% of max value = 765). Red value is 181 (71.09% from 255 or 42.00% from 431); Green value is 25 (10.16% from 255 or 5.80% from 431); Blue value is 225 (88.28% from 255 or 52.20% from 431); Max value from RGB is 225 - color contains mainly: blue. Hex color #B519E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B519E1 is #4AE61E. Grayscale: #5D5D5D. Windows color (decimal): -4908575 or 14752181. OLE color: 14752181.

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

Color convert

RGB 181 25 225 -
CMYK 0.20 0.89 0 0.12
HSL 286.8º 0.8% 0.49% -
HSV(B) 286.8º 0.89% 0.88% -
XYZ 32.99 15.96 72.57 -
YUV 94.44 201.68 189.74 -
System Red Green Blue C M Y K H S L
Decimal 181 25 225 0.20 0.89 0 0.12 286.8 0.8 0.49
Hex B5 19 E1 14 59 0 C 11F 50 31
Octal 265 31 341 24 131 0 14 437 120 61
Binary 10110101 11001 11100001 10100 1011001 0 1100 100011111 1010000 110001

Color Harmonies of #B519E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B519E1

Black with #B519E1

Text Example


Text Example

White with #B519E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B519E1; }

 p { color: rgb(181,25,225); }

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

background-color css

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

 a { background-color: rgb(181,25,225); }

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

border-color css

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

 span { border-color: rgb(181,25,225); }

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