Html Css Color HEX #B811EF Electric Purple

📋 copy color: '#B811EF'

red 184 ◦ green 17 ◦ blue 239

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

Shades of Electric Purple #B811EF

Tints of Electric Purple #B811EF

RGB

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

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

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

R = 41.82%
G = 3.86%
B = 54.32%

CMYK

 C value IS 0.23

 M value IS 0.93

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B811EF (or 0xB811EF) is known color: Electric Purple. HEX triplet: B8, 11 and EF. RGB value is (184,17,239). Sum of RGB (Red+Green+Blue) = 184+17+239=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 17 (7.03% from 255 or 3.86% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #B811EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B811EF is #47EE10. Grayscale: #5B5B5B. Windows color (decimal): -4714001 or 15667640. OLE color: 15667640.

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

Color convert

RGB 184 17 239 -
CMYK 0.23 0.93 0 0.06
HSL 285.14º 0.87% 0.5% -
HSV(B) 285.14º 0.93% 0.94% -
XYZ 35.55 16.82 83.04 -
YUV 92.24 210.83 193.45 -
System Red Green Blue C M Y K H S L
Decimal 184 17 239 0.23 0.93 0 0.06 285.14 0.87 0.5
Hex B8 11 EF 17 5D 0 6 11D 57 32
Octal 270 21 357 27 135 0 6 435 127 62
Binary 10111000 10001 11101111 10111 1011101 0 110 100011101 1010111 110010

Color Harmonies of #B811EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B811EF

Black with #B811EF

Text Example


Text Example

White with #B811EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B811EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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