Html Css Color HEX #B80AEE Electric Purple

📋 copy color: '#B80AEE'

red 184 ◦ green 10 ◦ blue 238

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

Shades of Electric Purple #B80AEE

Tints of Electric Purple #B80AEE

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.31%

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

R = 42.59%
G = 2.31%
B = 55.09%

CMYK

 C value IS 0.23

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B80AEE (or 0xB80AEE) is known color: Electric Purple. HEX triplet: B8, 0A and EE. RGB value is (184,10,238). Sum of RGB (Red+Green+Blue) = 184+10+238=432 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.59% from 432); Green value is 10 (4.30% from 255 or 2.31% from 432); Blue value is 238 (93.36% from 255 or 55.09% from 432); Max value from RGB is 238 - color contains mainly: blue. Hex color #B80AEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80AEE is #47F511. Grayscale: #575757. Windows color (decimal): -4715794 or 15600312. OLE color: 15600312.

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

Color convert

RGB 184 10 238 -
CMYK 0.23 0.96 0 0.07
HSL 285.79º 0.92% 0.49% -
HSV(B) 285.79º 0.96% 0.93% -
XYZ 35.31 16.58 82.23 -
YUV 88.02 212.65 196.46 -
System Red Green Blue C M Y K H S L
Decimal 184 10 238 0.23 0.96 0 0.07 285.79 0.92 0.49
Hex B8 A EE 17 60 0 7 11E 5C 31
Octal 270 12 356 27 140 0 7 436 134 61
Binary 10111000 1010 11101110 10111 1100000 0 111 100011110 1011100 110001

Color Harmonies of #B80AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80AEE

Black with #B80AEE

Text Example


Text Example

White with #B80AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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