Html Css Color HEX #B811ED Electric Purple

📋 copy color: '#B811ED'

red 184 ◦ green 17 ◦ blue 237

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

Shades of Electric Purple #B811ED

Tints of Electric Purple #B811ED

RGB

 RED value IS 184 (72.27% from 255) = 42.01%

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

 BLUE value IS 237 (92.97% from 255) = 54.11%

R = 42.01%
G = 3.88%
B = 54.11%

CMYK

 C value IS 0.22

 M value IS 0.93

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B811ED (or 0xB811ED) is known color: Electric Purple. HEX triplet: B8, 11 and ED. RGB value is (184,17,237). Sum of RGB (Red+Green+Blue) = 184+17+237=438 (58% of max value = 765). Red value is 184 (72.27% from 255 or 42.01% from 438); Green value is 17 (7.03% from 255 or 3.88% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #B811ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B811ED is #47EE12. Grayscale: #5B5B5B. Windows color (decimal): -4714003 or 15536568. OLE color: 15536568.

HSL color Cylindrical-coordinate representation of color #B811ED: hue angle of 285.55º 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 #B811ED is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 17 237 -
CMYK 0.22 0.93 0 0.07
HSL 285.55º 0.87% 0.5% -
HSV(B) 285.55º 0.93% 0.93% -
XYZ 35.25 16.71 81.49 -
YUV 92.01 209.83 193.61 -
System Red Green Blue C M Y K H S L
Decimal 184 17 237 0.22 0.93 0 0.07 285.55 0.87 0.5
Hex B8 11 ED 16 5D 0 7 11E 57 32
Octal 270 21 355 26 135 0 7 436 127 62
Binary 10111000 10001 11101101 10110 1011101 0 111 100011110 1010111 110010

Color Harmonies of #B811ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B811ED

Black with #B811ED

Text Example


Text Example

White with #B811ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B811ED; }

 p { color: rgb(184,17,237); }

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

background-color css

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

 a { background-color: rgb(184,17,237); }

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

border-color css

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

 span { border-color: rgb(184,17,237); }

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