Html Css Color HEX #B517FA Electric Purple

📋 copy color: '#B517FA'

red 181 ◦ green 23 ◦ blue 250

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

Shades of Electric Purple #B517FA

Tints of Electric Purple #B517FA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.07%

 BLUE value IS 250 (98.05% from 255) = 55.07%

R = 39.87%
G = 5.07%
B = 55.07%

CMYK

 C value IS 0.28

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B517FA (or 0xB517FA) is known color: Electric Purple. HEX triplet: B5, 17 and FA. RGB value is (181,23,250). Sum of RGB (Red+Green+Blue) = 181+23+250=454 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.87% from 454); Green value is 23 (9.38% from 255 or 5.07% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #B517FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B517FA is #4AE805. Grayscale: #5F5F5F. Windows color (decimal): -4909062 or 16390069. OLE color: 16390069.

HSL color Cylindrical-coordinate representation of color #B517FA: hue angle of 281.76º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B517FA is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 181 23 250 -
CMYK 0.28 0.91 0 0.02
HSL 281.76º 0.96% 0.54% -
HSV(B) 281.76º 0.91% 0.98% -
XYZ 36.62 17.34 91.86 -
YUV 96.12 214.85 188.54 -
System Red Green Blue C M Y K H S L
Decimal 181 23 250 0.28 0.91 0 0.02 281.76 0.96 0.54
Hex B5 17 FA 1C 5B 0 2 11A 60 36
Octal 265 27 372 34 133 0 2 432 140 66
Binary 10110101 10111 11111010 11100 1011011 0 10 100011010 1100000 110110

Color Harmonies of #B517FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B517FA

Black with #B517FA

Text Example


Text Example

White with #B517FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B517FA; }

 p { color: rgb(181,23,250); }

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

background-color css

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

 a { background-color: rgb(181,23,250); }

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

border-color css

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

 span { border-color: rgb(181,23,250); }

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