Html Css Color HEX #B518FE Electric Purple

📋 copy color: '#B518FE'

red 181 ◦ green 24 ◦ blue 254

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

Shades of Electric Purple #B518FE

Tints of Electric Purple #B518FE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.23%

 BLUE value IS 254 (99.61% from 255) = 55.34%

R = 39.43%
G = 5.23%
B = 55.34%

CMYK

 C value IS 0.29

 M value IS 0.91

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B518FE (or 0xB518FE) is known color: Electric Purple. HEX triplet: B5, 18 and FE. RGB value is (181,24,254). Sum of RGB (Red+Green+Blue) = 181+24+254=459 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.43% from 459); Green value is 24 (9.77% from 255 or 5.23% from 459); Blue value is 254 (99.61% from 255 or 55.34% from 459); Max value from RGB is 254 - color contains mainly: blue. Hex color #B518FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B518FE is #4AE701. Grayscale: #606060. Windows color (decimal): -4908802 or 16652469. OLE color: 16652469.

HSL color Cylindrical-coordinate representation of color #B518FE: hue angle of 280.96º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B518FE is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 181 24 254 -
CMYK 0.29 0.91 0 0.00
HSL 280.96º 0.99% 0.55% -
HSV(B) 280.96º 0.91% 1% -
XYZ 37.27 17.63 95.2 -
YUV 97.16 216.51 187.8 -
System Red Green Blue C M Y K H S L
Decimal 181 24 254 0.29 0.91 0 0.00 280.96 0.99 0.55
Hex B5 18 FE 1D 5B 0 0 119 63 37
Octal 265 30 376 35 133 0 0 431 143 67
Binary 10110101 11000 11111110 11101 1011011 0 0 100011001 1100011 110111

Color Harmonies of #B518FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B518FE

Black with #B518FE

Text Example


Text Example

White with #B518FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B518FE; }

 p { color: rgb(181,24,254); }

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

background-color css

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

 a { background-color: rgb(181,24,254); }

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

border-color css

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

 span { border-color: rgb(181,24,254); }

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