Html Css Color HEX #B516FA Electric Purple

📋 copy color: '#B516FA'

red 181 ◦ green 22 ◦ blue 250

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

Shades of Electric Purple #B516FA

Tints of Electric Purple #B516FA

RGB

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

 GREEN value IS 22 (8.98% from 255) = 4.86%

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

R = 39.96%
G = 4.86%
B = 55.19%

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

#B516FA (or 0xB516FA) is known color: Electric Purple. HEX triplet: B5, 16 and FA. RGB value is (181,22,250). Sum of RGB (Red+Green+Blue) = 181+22+250=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 22 (8.98% from 255 or 4.86% from 453); Blue value is 250 (98.05% from 255 or 55.19% from 453); Max value from RGB is 250 - color contains mainly: blue. Hex color #B516FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B516FA is #4AE905. Grayscale: #5E5E5E. Windows color (decimal): -4909318 or 16389813. OLE color: 16389813.

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

Color convert

RGB 181 22 250 -
CMYK 0.28 0.91 0 0.02
HSL 281.84º 0.96% 0.53% -
HSV(B) 281.84º 0.91% 0.98% -
XYZ 36.6 17.3 91.85 -
YUV 95.53 215.18 188.96 -
System Red Green Blue C M Y K H S L
Decimal 181 22 250 0.28 0.91 0 0.02 281.84 0.96 0.53
Hex B5 16 FA 1C 5B 0 2 11A 60 35
Octal 265 26 372 34 133 0 2 432 140 65
Binary 10110101 10110 11111010 11100 1011011 0 10 100011010 1100000 110101

Color Harmonies of #B516FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B516FA

Black with #B516FA

Text Example


Text Example

White with #B516FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B516FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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