Html Css Color HEX #B81CEA Electric Purple

📋 copy color: '#B81CEA'

red 184 ◦ green 28 ◦ blue 234

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

Shades of Electric Purple #B81CEA

Tints of Electric Purple #B81CEA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.28%

 BLUE value IS 234 (91.8% from 255) = 52.47%

R = 41.26%
G = 6.28%
B = 52.47%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B81CEA (or 0xB81CEA) is known color: Electric Purple. HEX triplet: B8, 1C and EA. RGB value is (184,28,234). Sum of RGB (Red+Green+Blue) = 184+28+234=446 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.26% from 446); Green value is 28 (11.33% from 255 or 6.28% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #B81CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B81CEA is #47E315. Grayscale: #616161. Windows color (decimal): -4711190 or 15342776. OLE color: 15342776.

HSL color Cylindrical-coordinate representation of color #B81CEA: hue angle of 285.44º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81CEA is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 28 234 -
CMYK 0.21 0.88 0 0.08
HSL 285.44º 0.83% 0.51% -
HSV(B) 285.44º 0.88% 0.92% -
XYZ 35.03 16.96 79.27 -
YUV 98.13 204.68 189.25 -
System Red Green Blue C M Y K H S L
Decimal 184 28 234 0.21 0.88 0 0.08 285.44 0.83 0.51
Hex B8 1C EA 15 58 0 8 11D 53 33
Octal 270 34 352 25 130 0 10 435 123 63
Binary 10111000 11100 11101010 10101 1011000 0 1000 100011101 1010011 110011

Color Harmonies of #B81CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81CEA

Black with #B81CEA

Text Example


Text Example

White with #B81CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81CEA; }

 p { color: rgb(184,28,234); }

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

background-color css

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

 a { background-color: rgb(184,28,234); }

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

border-color css

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

 span { border-color: rgb(184,28,234); }

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