Html Css Color HEX #B500EC Electric Purple

📋 copy color: '#B500EC'

red 181 ◦ green 0 ◦ blue 236

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

Shades of Electric Purple #B500EC

Tints of Electric Purple #B500EC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 236 (92.58% from 255) = 56.59%

R = 43.41%
G = 0%
B = 56.59%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B500EC (or 0xB500EC) is known color: Electric Purple. HEX triplet: B5, 00 and EC. RGB value is (181,0,236). Sum of RGB (Red+Green+Blue) = 181+0+236=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 0 (0.39% from 255 or 0% from 417); Blue value is 236 (92.58% from 255 or 56.59% from 417); Max value from RGB is 236 - color contains mainly: blue. Hex color #B500EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B500EC is #4AFF13. Grayscale: #505050. Windows color (decimal): -4914964 or 15466677. OLE color: 15466677.

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

Color convert

RGB 181 0 236 -
CMYK 0.23 1 0 0.07
HSL 286.02º 1% 0.46% -
HSV(B) 286.02º 1% 0.93% -
XYZ 34.2 15.88 80.62 -
YUV 81.02 215.47 199.31 -
System Red Green Blue C M Y K H S L
Decimal 181 0 236 0.23 1 0 0.07 286.02 1 0.46
Hex B5 0 EC 17 64 0 7 11E 64 2E
Octal 265 0 354 27 144 0 7 436 144 56
Binary 10110101 0 11101100 10111 1100100 0 111 100011110 1100100 101110

Color Harmonies of #B500EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B500EC

Black with #B500EC

Text Example


Text Example

White with #B500EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B500EC; }

 p { color: rgb(181,0,236); }

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

background-color css

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

 a { background-color: rgb(181,0,236); }

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

border-color css

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

 span { border-color: rgb(181,0,236); }

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