Html Css Color HEX #B80BEA Electric Purple

📋 copy color: '#B80BEA'

red 184 ◦ green 11 ◦ blue 234

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

Shades of Electric Purple #B80BEA

Tints of Electric Purple #B80BEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 54.55%

R = 42.89%
G = 2.56%
B = 54.55%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B80BEA (or 0xB80BEA) is known color: Electric Purple. HEX triplet: B8, 0B and EA. RGB value is (184,11,234). Sum of RGB (Red+Green+Blue) = 184+11+234=429 (56% of max value = 765). Red value is 184 (72.27% from 255 or 42.89% from 429); Green value is 11 (4.69% from 255 or 2.56% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #B80BEA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80BEA is #47F415. Grayscale: #575757. Windows color (decimal): -4715542 or 15338424. OLE color: 15338424.

HSL color Cylindrical-coordinate representation of color #B80BEA: hue angle of 286.55º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80BEA is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 184 11 234 -
CMYK 0.21 0.95 0 0.08
HSL 286.55º 0.91% 0.48% -
HSV(B) 286.55º 0.95% 0.92% -
XYZ 34.74 16.37 79.17 -
YUV 88.15 210.31 196.37 -
System Red Green Blue C M Y K H S L
Decimal 184 11 234 0.21 0.95 0 0.08 286.55 0.91 0.48
Hex B8 B EA 15 5F 0 8 11F 5B 30
Octal 270 13 352 25 137 0 10 437 133 60
Binary 10111000 1011 11101010 10101 1011111 0 1000 100011111 1011011 110000

Color Harmonies of #B80BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80BEA

Black with #B80BEA

Text Example


Text Example

White with #B80BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80BEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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