Html Css Color HEX #B501ED Electric Purple

📋 copy color: '#B501ED'

red 181 ◦ green 1 ◦ blue 237

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

Shades of Electric Purple #B501ED

Tints of Electric Purple #B501ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 56.56%

R = 43.2%
G = 0.24%
B = 56.56%

CMYK

 C value IS 0.24

 M value IS 1.00

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B501ED (or 0xB501ED) is known color: Electric Purple. HEX triplet: B5, 01 and ED. RGB value is (181,1,237). Sum of RGB (Red+Green+Blue) = 181+1+237=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 1 (0.78% from 255 or 0.24% from 419); Blue value is 237 (92.97% from 255 or 56.56% from 419); Max value from RGB is 237 - color contains mainly: blue. Hex color #B501ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B501ED is #4AFE12. Grayscale: #505050. Windows color (decimal): -4914707 or 15532469. OLE color: 15532469.

HSL color Cylindrical-coordinate representation of color #B501ED: hue angle of 285.76º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B501ED is Cyan = 0.24, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 181 1 237 -
CMYK 0.24 1.00 0 0.07
HSL 285.76º 0.99% 0.47% -
HSV(B) 285.76º 1% 0.93% -
XYZ 34.35 15.96 81.39 -
YUV 81.72 215.63 198.81 -
System Red Green Blue C M Y K H S L
Decimal 181 1 237 0.24 1.00 0 0.07 285.76 0.99 0.47
Hex B5 1 ED 18 64 0 7 11E 63 2F
Octal 265 1 355 30 144 0 7 436 143 57
Binary 10110101 1 11101101 11000 1100100 0 111 100011110 1100011 101111

Color Harmonies of #B501ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B501ED

Black with #B501ED

Text Example


Text Example

White with #B501ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B501ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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