Html Css Color HEX #B81EEE Electric Purple

📋 copy color: '#B81EEE'

red 184 ◦ green 30 ◦ blue 238

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

Shades of Electric Purple #B81EEE

Tints of Electric Purple #B81EEE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.64%

 BLUE value IS 238 (93.36% from 255) = 52.65%

R = 40.71%
G = 6.64%
B = 52.65%

CMYK

 C value IS 0.23

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B81EEE (or 0xB81EEE) is known color: Electric Purple. HEX triplet: B8, 1E and EE. RGB value is (184,30,238). Sum of RGB (Red+Green+Blue) = 184+30+238=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 30 (12.11% from 255 or 6.64% from 452); Blue value is 238 (93.36% from 255 or 52.65% from 452); Max value from RGB is 238 - color contains mainly: blue. Hex color #B81EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81EEE is #47E111. Grayscale: #636363. Windows color (decimal): -4710674 or 15605432. OLE color: 15605432.

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

Color convert

RGB 184 30 238 -
CMYK 0.23 0.87 0 0.07
HSL 284.42º 0.86% 0.53% -
HSV(B) 284.42º 0.87% 0.93% -
XYZ 35.66 17.29 82.35 -
YUV 99.76 206.02 188.09 -
System Red Green Blue C M Y K H S L
Decimal 184 30 238 0.23 0.87 0 0.07 284.42 0.86 0.53
Hex B8 1E EE 17 57 0 7 11C 56 35
Octal 270 36 356 27 127 0 7 434 126 65
Binary 10111000 11110 11101110 10111 1010111 0 111 100011100 1010110 110101

Color Harmonies of #B81EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81EEE

Black with #B81EEE

Text Example


Text Example

White with #B81EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81EEE; }

 p { color: rgb(184,30,238); }

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

background-color css

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

 a { background-color: rgb(184,30,238); }

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

border-color css

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

 span { border-color: rgb(184,30,238); }

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