Html Css Color HEX #B515FA Electric Purple

📋 copy color: '#B515FA'

red 181 ◦ green 21 ◦ blue 250

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

Shades of Electric Purple #B515FA

Tints of Electric Purple #B515FA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.65%

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

R = 40.04%
G = 4.65%
B = 55.31%

CMYK

 C value IS 0.28

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B515FA (or 0xB515FA) is known color: Electric Purple. HEX triplet: B5, 15 and FA. RGB value is (181,21,250). Sum of RGB (Red+Green+Blue) = 181+21+250=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 21 (8.59% from 255 or 4.65% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #B515FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B515FA is #4AEA05. Grayscale: #5E5E5E. Windows color (decimal): -4909574 or 16389557. OLE color: 16389557.

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

Color convert

RGB 181 21 250 -
CMYK 0.28 0.92 0 0.02
HSL 281.92º 0.96% 0.53% -
HSV(B) 281.92º 0.92% 0.98% -
XYZ 36.58 17.26 91.85 -
YUV 94.95 215.51 189.38 -
System Red Green Blue C M Y K H S L
Decimal 181 21 250 0.28 0.92 0 0.02 281.92 0.96 0.53
Hex B5 15 FA 1C 5C 0 2 11A 60 35
Octal 265 25 372 34 134 0 2 432 140 65
Binary 10110101 10101 11111010 11100 1011100 0 10 100011010 1100000 110101

Color Harmonies of #B515FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B515FA

Black with #B515FA

Text Example


Text Example

White with #B515FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B515FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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