Html Css Color HEX #B50EEA Electric Purple

📋 copy color: '#B50EEA'

red 181 ◦ green 14 ◦ blue 234

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

Shades of Electric Purple #B50EEA

Tints of Electric Purple #B50EEA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.26%

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

R = 42.19%
G = 3.26%
B = 54.55%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B50EEA (or 0xB50EEA) is known color: Electric Purple. HEX triplet: B5, 0E and EA. RGB value is (181,14,234). Sum of RGB (Red+Green+Blue) = 181+14+234=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 14 (5.86% from 255 or 3.26% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #B50EEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50EEA is #4AF115. Grayscale: #585858. Windows color (decimal): -4911382 or 15339189. OLE color: 15339189.

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

Color convert

RGB 181 14 234 -
CMYK 0.23 0.94 0 0.08
HSL 285.55º 0.89% 0.49% -
HSV(B) 285.55º 0.94% 0.92% -
XYZ 34.06 16.08 79.15 -
YUV 89.01 209.83 193.61 -
System Red Green Blue C M Y K H S L
Decimal 181 14 234 0.23 0.94 0 0.08 285.55 0.89 0.49
Hex B5 E EA 17 5E 0 8 11E 59 31
Octal 265 16 352 27 136 0 10 436 131 61
Binary 10110101 1110 11101010 10111 1011110 0 1000 100011110 1011001 110001

Color Harmonies of #B50EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50EEA

Black with #B50EEA

Text Example


Text Example

White with #B50EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50EEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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