Html Css Color HEX #B50DEB Electric Purple

📋 copy color: '#B50DEB'

red 181 ◦ green 13 ◦ blue 235

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

Shades of Electric Purple #B50DEB

Tints of Electric Purple #B50DEB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.03%

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

R = 42.19%
G = 3.03%
B = 54.78%

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

#B50DEB (or 0xB50DEB) is known color: Electric Purple. HEX triplet: B5, 0D and EB. RGB value is (181,13,235). Sum of RGB (Red+Green+Blue) = 181+13+235=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 13 (5.47% from 255 or 3.03% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #B50DEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B50DEB is #4AF214. Grayscale: #575757. Windows color (decimal): -4911637 or 15404469. OLE color: 15404469.

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

Color convert

RGB 181 13 235 -
CMYK 0.23 0.94 0 0.08
HSL 285.41º 0.9% 0.49% -
HSV(B) 285.41º 0.94% 0.92% -
XYZ 34.2 16.11 79.9 -
YUV 88.54 210.66 193.95 -
System Red Green Blue C M Y K H S L
Decimal 181 13 235 0.23 0.94 0 0.08 285.41 0.9 0.49
Hex B5 D EB 17 5E 0 8 11D 5A 31
Octal 265 15 353 27 136 0 10 435 132 61
Binary 10110101 1101 11101011 10111 1011110 0 1000 100011101 1011010 110001

Color Harmonies of #B50DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50DEB

Black with #B50DEB

Text Example


Text Example

White with #B50DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50DEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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