Html Css Color HEX #B50EEB Electric Purple

📋 copy color: '#B50EEB'

red 181 ◦ green 14 ◦ blue 235

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

Shades of Electric Purple #B50EEB

Tints of Electric Purple #B50EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 54.65%

R = 42.09%
G = 3.26%
B = 54.65%

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

#B50EEB (or 0xB50EEB) is known color: Electric Purple. HEX triplet: B5, 0E and EB. RGB value is (181,14,235). Sum of RGB (Red+Green+Blue) = 181+14+235=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 14 (5.86% from 255 or 3.26% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #B50EEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50EEB is #4AF114. Grayscale: #585858. Windows color (decimal): -4911381 or 15404725. OLE color: 15404725.

HSL color Cylindrical-coordinate representation of color #B50EEB: hue angle of 285.34º 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 #B50EEB is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 181 14 235 -
CMYK 0.23 0.94 0 0.08
HSL 285.34º 0.89% 0.49% -
HSV(B) 285.34º 0.94% 0.92% -
XYZ 34.21 16.14 79.91 -
YUV 89.13 210.33 193.53 -
System Red Green Blue C M Y K H S L
Decimal 181 14 235 0.23 0.94 0 0.08 285.34 0.89 0.49
Hex B5 E EB 17 5E 0 8 11D 59 31
Octal 265 16 353 27 136 0 10 435 131 61
Binary 10110101 1110 11101011 10111 1011110 0 1000 100011101 1011001 110001

Color Harmonies of #B50EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50EEB

Black with #B50EEB

Text Example


Text Example

White with #B50EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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