Html Css Color HEX #B501E0 Electric Purple

📋 copy color: '#B501E0'

red 181 ◦ green 1 ◦ blue 224

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

Shades of Electric Purple #B501E0

Tints of Electric Purple #B501E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.17%

R = 44.58%
G = 0.25%
B = 55.17%

CMYK

 C value IS 0.19

 M value IS 1.00

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B501E0 (or 0xB501E0) is known color: Electric Purple. HEX triplet: B5, 01 and E0. RGB value is (181,1,224). Sum of RGB (Red+Green+Blue) = 181+1+224=406 (53% of max value = 765). Red value is 181 (71.09% from 255 or 44.58% from 406); Green value is 1 (0.78% from 255 or 0.25% from 406); Blue value is 224 (87.89% from 255 or 55.17% from 406); Max value from RGB is 224 - color contains mainly: blue. Hex color #B501E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B501E0 is #4AFE1F. Grayscale: #4F4F4F. Windows color (decimal): -4914720 or 14680501. OLE color: 14680501.

HSL color Cylindrical-coordinate representation of color #B501E0: hue angle of 288.43º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B501E0 is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 181 1 224 -
CMYK 0.19 1.00 0 0.12
HSL 288.43º 0.99% 0.44% -
HSV(B) 288.43º 1% 0.88% -
XYZ 32.52 15.23 71.75 -
YUV 80.24 209.13 199.87 -
System Red Green Blue C M Y K H S L
Decimal 181 1 224 0.19 1.00 0 0.12 288.43 0.99 0.44
Hex B5 1 E0 13 64 0 C 120 63 2C
Octal 265 1 340 23 144 0 14 440 143 54
Binary 10110101 1 11100000 10011 1100100 0 1100 100100000 1100011 101100

Color Harmonies of #B501E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B501E0

Black with #B501E0

Text Example


Text Example

White with #B501E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B501E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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