Html Css Color HEX #B80AE6 Electric Purple

📋 copy color: '#B80AE6'

red 184 ◦ green 10 ◦ blue 230

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

Shades of Electric Purple #B80AE6

Tints of Electric Purple #B80AE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 54.25%

R = 43.4%
G = 2.36%
B = 54.25%

CMYK

 C value IS 0.2

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B80AE6 (or 0xB80AE6) is known color: Electric Purple. HEX triplet: B8, 0A and E6. RGB value is (184,10,230). Sum of RGB (Red+Green+Blue) = 184+10+230=424 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.40% from 424); Green value is 10 (4.30% from 255 or 2.36% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #B80AE6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80AE6 is #47F519. Grayscale: #565656. Windows color (decimal): -4715802 or 15076024. OLE color: 15076024.

HSL color Cylindrical-coordinate representation of color #B80AE6: hue angle of 287.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B80AE6 is Cyan = 0.2, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 10 230 -
CMYK 0.2 0.96 0 0.10
HSL 287.45º 0.92% 0.47% -
HSV(B) 287.45º 0.96% 0.9% -
XYZ 34.16 16.12 76.17 -
YUV 87.11 208.65 197.11 -
System Red Green Blue C M Y K H S L
Decimal 184 10 230 0.2 0.96 0 0.10 287.45 0.92 0.47
Hex B8 A E6 14 60 0 A 11F 5C 2F
Octal 270 12 346 24 140 0 12 437 134 57
Binary 10111000 1010 11100110 10100 1100000 0 1010 100011111 1011100 101111

Color Harmonies of #B80AE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80AE6

Black with #B80AE6

Text Example


Text Example

White with #B80AE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80AE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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