Html Css Color HEX #B511EC Electric Purple

📋 copy color: '#B511EC'

red 181 ◦ green 17 ◦ blue 236

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

Shades of Electric Purple #B511EC

Tints of Electric Purple #B511EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 54.38%

R = 41.71%
G = 3.92%
B = 54.38%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B511EC (or 0xB511EC) is known color: Electric Purple. HEX triplet: B5, 11 and EC. RGB value is (181,17,236). Sum of RGB (Red+Green+Blue) = 181+17+236=434 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.71% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #B511EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B511EC is #4AEE13. Grayscale: #5A5A5A. Windows color (decimal): -4910612 or 15471029. OLE color: 15471029.

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

Color convert

RGB 181 17 236 -
CMYK 0.23 0.93 0 0.07
HSL 284.93º 0.87% 0.5% -
HSV(B) 284.93º 0.93% 0.93% -
XYZ 34.4 16.28 80.69 -
YUV 91 209.83 192.19 -
System Red Green Blue C M Y K H S L
Decimal 181 17 236 0.23 0.93 0 0.07 284.93 0.87 0.5
Hex B5 11 EC 17 5D 0 7 11D 57 32
Octal 265 21 354 27 135 0 7 435 127 62
Binary 10110101 10001 11101100 10111 1011101 0 111 100011101 1010111 110010

Color Harmonies of #B511EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B511EC

Black with #B511EC

Text Example


Text Example

White with #B511EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B511EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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