Html Css Color HEX #B80CF7 Electric Purple

📋 copy color: '#B80CF7'

red 184 ◦ green 12 ◦ blue 247

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

Shades of Electric Purple #B80CF7

Tints of Electric Purple #B80CF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 55.76%

R = 41.53%
G = 2.71%
B = 55.76%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B80CF7 (or 0xB80CF7) is known color: Electric Purple. HEX triplet: B8, 0C and F7. RGB value is (184,12,247). Sum of RGB (Red+Green+Blue) = 184+12+247=443 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.53% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 247 (96.88% from 255 or 55.76% from 443); Max value from RGB is 247 - color contains mainly: blue. Hex color #B80CF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80CF7 is #47F308. Grayscale: #595959. Windows color (decimal): -4715273 or 16190648. OLE color: 16190648.

HSL color Cylindrical-coordinate representation of color #B80CF7: hue angle of 283.91º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80CF7 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 184 12 247 -
CMYK 0.26 0.95 0 0.03
HSL 283.91º 0.94% 0.51% -
HSV(B) 283.91º 0.95% 0.97% -
XYZ 36.69 17.17 89.38 -
YUV 90.22 216.48 194.89 -
System Red Green Blue C M Y K H S L
Decimal 184 12 247 0.26 0.95 0 0.03 283.91 0.94 0.51
Hex B8 C F7 1A 5F 0 3 11C 5E 33
Octal 270 14 367 32 137 0 3 434 136 63
Binary 10111000 1100 11110111 11010 1011111 0 11 100011100 1011110 110011

Color Harmonies of #B80CF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80CF7

Black with #B80CF7

Text Example


Text Example

White with #B80CF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80CF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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