Html Css Color HEX #B511EB Electric Purple

📋 copy color: '#B511EB'

red 181 ◦ green 17 ◦ blue 235

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

Shades of Electric Purple #B511EB

Tints of Electric Purple #B511EB

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.93%

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

R = 41.8%
G = 3.93%
B = 54.27%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B511EB (or 0xB511EB) is known color: Electric Purple. HEX triplet: B5, 11 and EB. RGB value is (181,17,235). Sum of RGB (Red+Green+Blue) = 181+17+235=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 17 (7.03% from 255 or 3.93% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #B511EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B511EB is #4AEE14. Grayscale: #5A5A5A. Windows color (decimal): -4910613 or 15405493. OLE color: 15405493.

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

Color convert

RGB 181 17 235 -
CMYK 0.23 0.93 0 0.08
HSL 285.14º 0.87% 0.49% -
HSV(B) 285.14º 0.93% 0.92% -
XYZ 34.25 16.22 79.92 -
YUV 90.89 209.33 192.27 -
System Red Green Blue C M Y K H S L
Decimal 181 17 235 0.23 0.93 0 0.08 285.14 0.87 0.49
Hex B5 11 EB 17 5D 0 8 11D 57 31
Octal 265 21 353 27 135 0 10 435 127 61
Binary 10110101 10001 11101011 10111 1011101 0 1000 100011101 1010111 110001

Color Harmonies of #B511EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B511EB

Black with #B511EB

Text Example


Text Example

White with #B511EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B511EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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