Html Css Color HEX #B507EC Electric Purple

📋 copy color: '#B507EC'

red 181 ◦ green 7 ◦ blue 236

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

Shades of Electric Purple #B507EC

Tints of Electric Purple #B507EC

RGB

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

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

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

R = 42.69%
G = 1.65%
B = 55.66%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B507EC (or 0xB507EC) is known color: Electric Purple. HEX triplet: B5, 07 and EC. RGB value is (181,7,236). Sum of RGB (Red+Green+Blue) = 181+7+236=424 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.69% from 424); Green value is 7 (3.12% from 255 or 1.65% from 424); Blue value is 236 (92.58% from 255 or 55.66% from 424); Max value from RGB is 236 - color contains mainly: blue. Hex color #B507EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B507EC is #4AF813. Grayscale: #545454. Windows color (decimal): -4913172 or 15468469. OLE color: 15468469.

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

Color convert

RGB 181 7 236 -
CMYK 0.23 0.97 0 0.07
HSL 285.59º 0.94% 0.48% -
HSV(B) 285.59º 0.97% 0.93% -
XYZ 34.27 16.03 80.64 -
YUV 85.13 213.15 196.38 -
System Red Green Blue C M Y K H S L
Decimal 181 7 236 0.23 0.97 0 0.07 285.59 0.94 0.48
Hex B5 7 EC 17 61 0 7 11E 5E 30
Octal 265 7 354 27 141 0 7 436 136 60
Binary 10110101 111 11101100 10111 1100001 0 111 100011110 1011110 110000

Color Harmonies of #B507EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B507EC

Black with #B507EC

Text Example


Text Example

White with #B507EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B507EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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