Html Css Color HEX #B80FEE Electric Purple

📋 copy color: '#B80FEE'

red 184 ◦ green 15 ◦ blue 238

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

Shades of Electric Purple #B80FEE

Tints of Electric Purple #B80FEE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.43%

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

R = 42.11%
G = 3.43%
B = 54.46%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B80FEE (or 0xB80FEE) is known color: Electric Purple. HEX triplet: B8, 0F and EE. RGB value is (184,15,238). Sum of RGB (Red+Green+Blue) = 184+15+238=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #B80FEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80FEE is #47F011. Grayscale: #5A5A5A. Windows color (decimal): -4714514 or 15601592. OLE color: 15601592.

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

Color convert

RGB 184 15 238 -
CMYK 0.23 0.94 0 0.07
HSL 285.47º 0.88% 0.5% -
HSV(B) 285.47º 0.94% 0.93% -
XYZ 35.37 16.71 82.25 -
YUV 90.95 210.99 194.37 -
System Red Green Blue C M Y K H S L
Decimal 184 15 238 0.23 0.94 0 0.07 285.47 0.88 0.5
Hex B8 F EE 17 5E 0 7 11D 58 32
Octal 270 17 356 27 136 0 7 435 130 62
Binary 10111000 1111 11101110 10111 1011110 0 111 100011101 1011000 110010

Color Harmonies of #B80FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80FEE

Black with #B80FEE

Text Example


Text Example

White with #B80FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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