Html Css Color HEX #B80FE1 Electric Purple

📋 copy color: '#B80FE1'

red 184 ◦ green 15 ◦ blue 225

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

Shades of Electric Purple #B80FE1

Tints of Electric Purple #B80FE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 53.07%

R = 43.4%
G = 3.54%
B = 53.07%

CMYK

 C value IS 0.18

 M value IS 0.93

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B80FE1 (or 0xB80FE1) is known color: Electric Purple. HEX triplet: B8, 0F and E1. RGB value is (184,15,225). Sum of RGB (Red+Green+Blue) = 184+15+225=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 225 (88.28% from 255 or 53.07% from 424); Max value from RGB is 225 - color contains mainly: blue. Hex color #B80FE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80FE1 is #47F01E. Grayscale: #585858. Windows color (decimal): -4714527 or 14749624. OLE color: 14749624.

HSL color Cylindrical-coordinate representation of color #B80FE1: hue angle of 288.29º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80FE1 is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 15 225 -
CMYK 0.18 0.93 0 0.12
HSL 288.29º 0.88% 0.47% -
HSV(B) 288.29º 0.93% 0.88% -
XYZ 33.53 15.97 72.55 -
YUV 89.47 204.49 195.42 -
System Red Green Blue C M Y K H S L
Decimal 184 15 225 0.18 0.93 0 0.12 288.29 0.88 0.47
Hex B8 F E1 12 5D 0 C 120 58 2F
Octal 270 17 341 22 135 0 14 440 130 57
Binary 10111000 1111 11100001 10010 1011101 0 1100 100100000 1011000 101111

Color Harmonies of #B80FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80FE1

Black with #B80FE1

Text Example


Text Example

White with #B80FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80FE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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