Html Css Color HEX #B511EF Electric Purple

📋 copy color: '#B511EF'

red 181 ◦ green 17 ◦ blue 239

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

Shades of Electric Purple #B511EF

Tints of Electric Purple #B511EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 54.69%

R = 41.42%
G = 3.89%
B = 54.69%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B511EF (or 0xB511EF) is known color: Electric Purple. HEX triplet: B5, 11 and EF. RGB value is (181,17,239). Sum of RGB (Red+Green+Blue) = 181+17+239=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 17 (7.03% from 255 or 3.89% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #B511EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B511EF is #4AEE10. Grayscale: #5A5A5A. Windows color (decimal): -4910609 or 15667637. OLE color: 15667637.

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

Color convert

RGB 181 17 239 -
CMYK 0.24 0.93 0 0.06
HSL 284.32º 0.87% 0.5% -
HSV(B) 284.32º 0.93% 0.94% -
XYZ 34.84 16.46 83 -
YUV 91.34 211.33 191.95 -
System Red Green Blue C M Y K H S L
Decimal 181 17 239 0.24 0.93 0 0.06 284.32 0.87 0.5
Hex B5 11 EF 18 5D 0 6 11C 57 32
Octal 265 21 357 30 135 0 6 434 127 62
Binary 10110101 10001 11101111 11000 1011101 0 110 100011100 1010111 110010

Color Harmonies of #B511EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B511EF

Black with #B511EF

Text Example


Text Example

White with #B511EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B511EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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