Html Css Color HEX #B508FE Electric Purple

📋 copy color: '#B508FE'

red 181 ◦ green 8 ◦ blue 254

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

Shades of Electric Purple #B508FE

Tints of Electric Purple #B508FE

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.81%

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

R = 40.86%
G = 1.81%
B = 57.34%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B508FE (or 0xB508FE) is known color: Electric Purple. HEX triplet: B5, 08 and FE. RGB value is (181,8,254). Sum of RGB (Red+Green+Blue) = 181+8+254=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 8 (3.52% from 255 or 1.81% from 443); Blue value is 254 (99.61% from 255 or 57.34% from 443); Max value from RGB is 254 - color contains mainly: blue. Hex color #B508FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B508FE is #4AF701. Grayscale: #565656. Windows color (decimal): -4912898 or 16648373. OLE color: 16648373.

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

Color convert

RGB 181 8 254 -
CMYK 0.29 0.97 0 0.00
HSL 282.2º 0.99% 0.51% -
HSV(B) 282.2º 0.97% 1% -
XYZ 37.03 17.15 95.13 -
YUV 87.77 221.81 194.5 -
System Red Green Blue C M Y K H S L
Decimal 181 8 254 0.29 0.97 0 0.00 282.2 0.99 0.51
Hex B5 8 FE 1D 61 0 0 11A 63 33
Octal 265 10 376 35 141 0 0 432 143 63
Binary 10110101 1000 11111110 11101 1100001 0 0 100011010 1100011 110011

Color Harmonies of #B508FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B508FE

Black with #B508FE

Text Example


Text Example

White with #B508FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B508FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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