Html Css Color HEX #B515F8 Electric Purple

📋 copy color: '#B515F8'

red 181 ◦ green 21 ◦ blue 248

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

Shades of Electric Purple #B515F8

Tints of Electric Purple #B515F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 55.11%

R = 40.22%
G = 4.67%
B = 55.11%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B515F8 (or 0xB515F8) is known color: Electric Purple. HEX triplet: B5, 15 and F8. RGB value is (181,21,248). Sum of RGB (Red+Green+Blue) = 181+21+248=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 21 (8.59% from 255 or 4.67% from 450); Blue value is 248 (97.27% from 255 or 55.11% from 450); Max value from RGB is 248 - color contains mainly: blue. Hex color #B515F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B515F8 is #4AEA07. Grayscale: #5D5D5D. Windows color (decimal): -4909576 or 16258485. OLE color: 16258485.

HSL color Cylindrical-coordinate representation of color #B515F8: hue angle of 282.29º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B515F8 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 181 21 248 -
CMYK 0.27 0.92 0 0.03
HSL 282.29º 0.94% 0.53% -
HSV(B) 282.29º 0.92% 0.97% -
XYZ 36.27 17.14 90.2 -
YUV 94.72 214.51 189.54 -
System Red Green Blue C M Y K H S L
Decimal 181 21 248 0.27 0.92 0 0.03 282.29 0.94 0.53
Hex B5 15 F8 1B 5C 0 3 11A 5E 35
Octal 265 25 370 33 134 0 3 432 136 65
Binary 10110101 10101 11111000 11011 1011100 0 11 100011010 1011110 110101

Color Harmonies of #B515F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B515F8

Black with #B515F8

Text Example


Text Example

White with #B515F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B515F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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