Html Css Color HEX #B80BFA Electric Purple

📋 copy color: '#B80BFA'

red 184 ◦ green 11 ◦ blue 250

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

Shades of Electric Purple #B80BFA

Tints of Electric Purple #B80BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.47%

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

R = 41.35%
G = 2.47%
B = 56.18%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B80BFA (or 0xB80BFA) is known color: Electric Purple. HEX triplet: B8, 0B and FA. RGB value is (184,11,250). Sum of RGB (Red+Green+Blue) = 184+11+250=445 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.35% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #B80BFA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80BFA is #47F405. Grayscale: #595959. Windows color (decimal): -4715526 or 16387000. OLE color: 16387000.

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

Color convert

RGB 184 11 250 -
CMYK 0.26 0.96 0 0.02
HSL 283.43º 0.96% 0.51% -
HSV(B) 283.43º 0.96% 0.98% -
XYZ 37.14 17.33 91.83 -
YUV 89.97 218.31 195.07 -
System Red Green Blue C M Y K H S L
Decimal 184 11 250 0.26 0.96 0 0.02 283.43 0.96 0.51
Hex B8 B FA 1A 60 0 2 11B 60 33
Octal 270 13 372 32 140 0 2 433 140 63
Binary 10111000 1011 11111010 11010 1100000 0 10 100011011 1100000 110011

Color Harmonies of #B80BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80BFA

Black with #B80BFA

Text Example


Text Example

White with #B80BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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