Html Css Color HEX #B501E9 Electric Purple

📋 copy color: '#B501E9'

red 181 ◦ green 1 ◦ blue 233

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

Shades of Electric Purple #B501E9

Tints of Electric Purple #B501E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 56.14%

R = 43.61%
G = 0.24%
B = 56.14%

CMYK

 C value IS 0.22

 M value IS 1.00

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B501E9 (or 0xB501E9) is known color: Electric Purple. HEX triplet: B5, 01 and E9. RGB value is (181,1,233). Sum of RGB (Red+Green+Blue) = 181+1+233=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 1 (0.78% from 255 or 0.24% from 415); Blue value is 233 (91.41% from 255 or 56.14% from 415); Max value from RGB is 233 - color contains mainly: blue. Hex color #B501E9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B501E9 is #4AFE16. Grayscale: #505050. Windows color (decimal): -4914711 or 15270325. OLE color: 15270325.

HSL color Cylindrical-coordinate representation of color #B501E9: hue angle of 286.55º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B501E9 is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 181 1 233 -
CMYK 0.22 1.00 0 0.09
HSL 286.55º 0.99% 0.46% -
HSV(B) 286.55º 1% 0.91% -
XYZ 33.77 15.73 78.35 -
YUV 81.27 213.63 199.14 -
System Red Green Blue C M Y K H S L
Decimal 181 1 233 0.22 1.00 0 0.09 286.55 0.99 0.46
Hex B5 1 E9 16 64 0 9 11F 63 2E
Octal 265 1 351 26 144 0 11 437 143 56
Binary 10110101 1 11101001 10110 1100100 0 1001 100011111 1100011 101110

Color Harmonies of #B501E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B501E9

Black with #B501E9

Text Example


Text Example

White with #B501E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B501E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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