Html Css Color HEX #B80CE1 Electric Purple

📋 copy color: '#B80CE1'

red 184 ◦ green 12 ◦ blue 225

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

Shades of Electric Purple #B80CE1

Tints of Electric Purple #B80CE1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 2.85%

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

R = 43.71%
G = 2.85%
B = 53.44%

CMYK

 C value IS 0.18

 M value IS 0.95

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B80CE1 (or 0xB80CE1) is known color: Electric Purple. HEX triplet: B8, 0C and E1. RGB value is (184,12,225). Sum of RGB (Red+Green+Blue) = 184+12+225=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 12 (5.08% from 255 or 2.85% from 421); Blue value is 225 (88.28% from 255 or 53.44% from 421); Max value from RGB is 225 - color contains mainly: blue. Hex color #B80CE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80CE1 is #47F31E. Grayscale: #575757. Windows color (decimal): -4715295 or 14748856. OLE color: 14748856.

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

Color convert

RGB 184 12 225 -
CMYK 0.18 0.95 0 0.12
HSL 288.45º 0.9% 0.46% -
HSV(B) 288.45º 0.95% 0.88% -
XYZ 33.49 15.89 72.54 -
YUV 87.71 205.48 196.68 -
System Red Green Blue C M Y K H S L
Decimal 184 12 225 0.18 0.95 0 0.12 288.45 0.9 0.46
Hex B8 C E1 12 5F 0 C 120 5A 2E
Octal 270 14 341 22 137 0 14 440 132 56
Binary 10111000 1100 11100001 10010 1011111 0 1100 100100000 1011010 101110

Color Harmonies of #B80CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80CE1

Black with #B80CE1

Text Example


Text Example

White with #B80CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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