Html Css Color HEX #B80AE3 Electric Purple

📋 copy color: '#B80AE3'

red 184 ◦ green 10 ◦ blue 227

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

Shades of Electric Purple #B80AE3

Tints of Electric Purple #B80AE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 53.92%

R = 43.71%
G = 2.38%
B = 53.92%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B80AE3 (or 0xB80AE3) is known color: Electric Purple. HEX triplet: B8, 0A and E3. RGB value is (184,10,227). Sum of RGB (Red+Green+Blue) = 184+10+227=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 227 (89.06% from 255 or 53.92% from 421); Max value from RGB is 227 - color contains mainly: blue. Hex color #B80AE3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80AE3 is #47F51C. Grayscale: #565656. Windows color (decimal): -4715805 or 14879416. OLE color: 14879416.

HSL color Cylindrical-coordinate representation of color #B80AE3: hue angle of 288.11º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80AE3 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 184 10 227 -
CMYK 0.19 0.96 0 0.11
HSL 288.11º 0.92% 0.46% -
HSV(B) 288.11º 0.96% 0.89% -
XYZ 33.74 15.95 73.97 -
YUV 86.76 207.15 197.36 -
System Red Green Blue C M Y K H S L
Decimal 184 10 227 0.19 0.96 0 0.11 288.11 0.92 0.46
Hex B8 A E3 13 60 0 B 120 5C 2E
Octal 270 12 343 23 140 0 13 440 134 56
Binary 10111000 1010 11100011 10011 1100000 0 1011 100100000 1011100 101110

Color Harmonies of #B80AE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80AE3

Black with #B80AE3

Text Example


Text Example

White with #B80AE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80AE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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