Html Css Color HEX #B501E4 Electric Purple

📋 copy color: '#B501E4'

red 181 ◦ green 1 ◦ blue 228

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

Shades of Electric Purple #B501E4

Tints of Electric Purple #B501E4

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 228 (89.45% from 255) = 55.61%

R = 44.15%
G = 0.24%
B = 55.61%

CMYK

 C value IS 0.21

 M value IS 1.00

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B501E4 (or 0xB501E4) is known color: Electric Purple. HEX triplet: B5, 01 and E4. RGB value is (181,1,228). Sum of RGB (Red+Green+Blue) = 181+1+228=410 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.15% from 410); Green value is 1 (0.78% from 255 or 0.24% from 410); Blue value is 228 (89.45% from 255 or 55.61% from 410); Max value from RGB is 228 - color contains mainly: blue. Hex color #B501E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B501E4 is #4AFE1B. Grayscale: #4F4F4F. Windows color (decimal): -4914716 or 14942645. OLE color: 14942645.

HSL color Cylindrical-coordinate representation of color #B501E4: hue angle of 287.58º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B501E4 is Cyan = 0.21, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 181 1 228 -
CMYK 0.21 1.00 0 0.11
HSL 287.58º 0.99% 0.45% -
HSV(B) 287.58º 1% 0.89% -
XYZ 33.07 15.45 74.64 -
YUV 80.7 211.13 199.54 -
System Red Green Blue C M Y K H S L
Decimal 181 1 228 0.21 1.00 0 0.11 287.58 0.99 0.45
Hex B5 1 E4 15 64 0 B 120 63 2D
Octal 265 1 344 25 144 0 13 440 143 55
Binary 10110101 1 11100100 10101 1100100 0 1011 100100000 1100011 101101

Color Harmonies of #B501E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B501E4

Black with #B501E4

Text Example


Text Example

White with #B501E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B501E4; }

 p { color: rgb(181,1,228); }

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

background-color css

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

 a { background-color: rgb(181,1,228); }

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

border-color css

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

 span { border-color: rgb(181,1,228); }

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