Html Css Color HEX #B503EA Electric Purple

📋 copy color: '#B503EA'

red 181 ◦ green 3 ◦ blue 234

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

Shades of Electric Purple #B503EA

Tints of Electric Purple #B503EA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.72%

 BLUE value IS 234 (91.8% from 255) = 55.98%

R = 43.3%
G = 0.72%
B = 55.98%

CMYK

 C value IS 0.23

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B503EA (or 0xB503EA) is known color: Electric Purple. HEX triplet: B5, 03 and EA. RGB value is (181,3,234). Sum of RGB (Red+Green+Blue) = 181+3+234=418 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.30% from 418); Green value is 3 (1.56% from 255 or 0.72% from 418); Blue value is 234 (91.80% from 255 or 55.98% from 418); Max value from RGB is 234 - color contains mainly: blue. Hex color #B503EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B503EA is #4AFC15. Grayscale: #515151. Windows color (decimal): -4914198 or 15336373. OLE color: 15336373.

HSL color Cylindrical-coordinate representation of color #B503EA: hue angle of 286.23º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B503EA is Cyan = 0.23, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 3 234 -
CMYK 0.23 0.99 0 0.08
HSL 286.23º 0.97% 0.46% -
HSV(B) 286.23º 0.99% 0.92% -
XYZ 33.94 15.83 79.11 -
YUV 82.56 213.47 198.22 -
System Red Green Blue C M Y K H S L
Decimal 181 3 234 0.23 0.99 0 0.08 286.23 0.97 0.46
Hex B5 3 EA 17 63 0 8 11E 61 2E
Octal 265 3 352 27 143 0 10 436 141 56
Binary 10110101 11 11101010 10111 1100011 0 1000 100011110 1100001 101110

Color Harmonies of #B503EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B503EA

Black with #B503EA

Text Example


Text Example

White with #B503EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B503EA; }

 p { color: rgb(181,3,234); }

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

background-color css

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

 a { background-color: rgb(181,3,234); }

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

border-color css

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

 span { border-color: rgb(181,3,234); }

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