Html Css Color HEX #B507FE Electric Purple

📋 copy color: '#B507FE'

red 181 ◦ green 7 ◦ blue 254

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

Shades of Electric Purple #B507FE

Tints of Electric Purple #B507FE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.58%

 BLUE value IS 254 (99.61% from 255) = 57.47%

R = 40.95%
G = 1.58%
B = 57.47%

CMYK

 C value IS 0.29

 M value IS 0.97

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B507FE (or 0xB507FE) is known color: Electric Purple. HEX triplet: B5, 07 and FE. RGB value is (181,7,254). Sum of RGB (Red+Green+Blue) = 181+7+254=442 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.95% from 442); Green value is 7 (3.12% from 255 or 1.58% from 442); Blue value is 254 (99.61% from 255 or 57.47% from 442); Max value from RGB is 254 - color contains mainly: blue. Hex color #B507FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B507FE is #4AF801. Grayscale: #565656. Windows color (decimal): -4913154 or 16648117. OLE color: 16648117.

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

Color convert

RGB 181 7 254 -
CMYK 0.29 0.97 0 0.00
HSL 282.27º 0.99% 0.51% -
HSV(B) 282.27º 0.97% 1% -
XYZ 37.02 17.13 95.12 -
YUV 87.18 222.15 194.92 -
System Red Green Blue C M Y K H S L
Decimal 181 7 254 0.29 0.97 0 0.00 282.27 0.99 0.51
Hex B5 7 FE 1D 61 0 0 11A 63 33
Octal 265 7 376 35 141 0 0 432 143 63
Binary 10110101 111 11111110 11101 1100001 0 0 100011010 1100011 110011

Color Harmonies of #B507FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B507FE

Black with #B507FE

Text Example


Text Example

White with #B507FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B507FE; }

 p { color: rgb(181,7,254); }

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

background-color css

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

 a { background-color: rgb(181,7,254); }

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

border-color css

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

 span { border-color: rgb(181,7,254); }

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