Html Css Color HEX #B50EFE Electric Purple

📋 copy color: '#B50EFE'

red 181 ◦ green 14 ◦ blue 254

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

Shades of Electric Purple #B50EFE

Tints of Electric Purple #B50EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.12%

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

R = 40.31%
G = 3.12%
B = 56.57%

CMYK

 C value IS 0.29

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B50EFE (or 0xB50EFE) is known color: Electric Purple. HEX triplet: B5, 0E and FE. RGB value is (181,14,254). Sum of RGB (Red+Green+Blue) = 181+14+254=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 14 (5.86% from 255 or 3.12% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #B50EFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50EFE is #4AF101. Grayscale: #5A5A5A. Windows color (decimal): -4911362 or 16649909. OLE color: 16649909.

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

Color convert

RGB 181 14 254 -
CMYK 0.29 0.94 0 0.00
HSL 281.75º 0.99% 0.53% -
HSV(B) 281.75º 0.94% 1% -
XYZ 37.1 17.29 95.15 -
YUV 91.29 219.83 191.99 -
System Red Green Blue C M Y K H S L
Decimal 181 14 254 0.29 0.94 0 0.00 281.75 0.99 0.53
Hex B5 E FE 1D 5E 0 0 11A 63 35
Octal 265 16 376 35 136 0 0 432 143 65
Binary 10110101 1110 11111110 11101 1011110 0 0 100011010 1100011 110101

Color Harmonies of #B50EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50EFE

Black with #B50EFE

Text Example


Text Example

White with #B50EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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