Html Css Color HEX #B500FF Electric Purple

📋 copy color: '#B500FF'

red 181 ◦ green 0 ◦ blue 255

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

Shades of Electric Purple #B500FF

Tints of Electric Purple #B500FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.49%

R = 41.51%
G = 0%
B = 58.49%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B500FF (or 0xB500FF) is known color: Electric Purple. HEX triplet: B5, 00 and FF. RGB value is (181,0,255). Sum of RGB (Red+Green+Blue) = 181+0+255=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #B500FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B500FF is #4AFF00. Grayscale: #525252. Windows color (decimal): -4914945 or 16711861. OLE color: 16711861.

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

Color convert

RGB 181 0 255 -
CMYK 0.29 1 0 0
HSL 282.59º 1% 0.5% -
HSV(B) 282.59º 1% 1% -
XYZ 37.11 17.04 95.94 -
YUV 83.19 224.97 197.77 -
System Red Green Blue C M Y K H S L
Decimal 181 0 255 0.29 1 0 0 282.59 1 0.5
Hex B5 0 FF 1D 64 0 0 11B 64 32
Octal 265 0 377 35 144 0 0 433 144 62
Binary 10110101 0 11111111 11101 1100100 0 0 100011011 1100100 110010

Color Harmonies of #B500FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B500FF

Black with #B500FF

Text Example


Text Example

White with #B500FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B500FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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