Html Css Color HEX #B80EFA Electric Purple

📋 copy color: '#B80EFA'

red 184 ◦ green 14 ◦ blue 250

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

Shades of Electric Purple #B80EFA

Tints of Electric Purple #B80EFA

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.13%

 BLUE value IS 250 (98.05% from 255) = 55.8%

R = 41.07%
G = 3.13%
B = 55.8%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B80EFA (or 0xB80EFA) is known color: Electric Purple. HEX triplet: B8, 0E and FA. RGB value is (184,14,250). Sum of RGB (Red+Green+Blue) = 184+14+250=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 14 (5.86% from 255 or 3.12% from 448); Blue value is 250 (98.05% from 255 or 55.80% from 448); Max value from RGB is 250 - color contains mainly: blue. Hex color #B80EFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80EFA is #47F105. Grayscale: #5A5A5A. Windows color (decimal): -4714758 or 16387768. OLE color: 16387768.

HSL color Cylindrical-coordinate representation of color #B80EFA: hue angle of 283.22º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80EFA is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 14 250 -
CMYK 0.26 0.94 0 0.02
HSL 283.22º 0.96% 0.52% -
HSV(B) 283.22º 0.94% 0.98% -
XYZ 37.18 17.41 91.84 -
YUV 91.73 217.32 193.81 -
System Red Green Blue C M Y K H S L
Decimal 184 14 250 0.26 0.94 0 0.02 283.22 0.96 0.52
Hex B8 E FA 1A 5E 0 2 11B 60 34
Octal 270 16 372 32 136 0 2 433 140 64
Binary 10111000 1110 11111010 11010 1011110 0 10 100011011 1100000 110100

Color Harmonies of #B80EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80EFA

Black with #B80EFA

Text Example


Text Example

White with #B80EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80EFA; }

 p { color: rgb(184,14,250); }

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

background-color css

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

 a { background-color: rgb(184,14,250); }

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

border-color css

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

 span { border-color: rgb(184,14,250); }

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