Html Css Color HEX #B519FC Electric Purple

📋 copy color: '#B519FC'

red 181 ◦ green 25 ◦ blue 252

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

Shades of Electric Purple #B519FC

Tints of Electric Purple #B519FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 55.02%

R = 39.52%
G = 5.46%
B = 55.02%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B519FC (or 0xB519FC) is known color: Electric Purple. HEX triplet: B5, 19 and FC. RGB value is (181,25,252). Sum of RGB (Red+Green+Blue) = 181+25+252=458 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.52% from 458); Green value is 25 (10.16% from 255 or 5.46% from 458); Blue value is 252 (98.83% from 255 or 55.02% from 458); Max value from RGB is 252 - color contains mainly: blue. Hex color #B519FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B519FC is #4AE603. Grayscale: #606060. Windows color (decimal): -4908548 or 16521653. OLE color: 16521653.

HSL color Cylindrical-coordinate representation of color #B519FC: hue angle of 281.23º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B519FC is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 181 25 252 -
CMYK 0.28 0.90 0 0.01
HSL 281.23º 0.97% 0.54% -
HSV(B) 281.23º 0.9% 0.99% -
XYZ 36.97 17.55 93.53 -
YUV 97.52 215.18 187.54 -
System Red Green Blue C M Y K H S L
Decimal 181 25 252 0.28 0.90 0 0.01 281.23 0.97 0.54
Hex B5 19 FC 1C 5A 0 1 119 61 36
Octal 265 31 374 34 132 0 1 431 141 66
Binary 10110101 11001 11111100 11100 1011010 0 1 100011001 1100001 110110

Color Harmonies of #B519FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B519FC

Black with #B519FC

Text Example


Text Example

White with #B519FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B519FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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