Html Css Color HEX #B80CF6 Electric Purple

📋 copy color: '#B80CF6'

red 184 ◦ green 12 ◦ blue 246

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

Shades of Electric Purple #B80CF6

Tints of Electric Purple #B80CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 55.66%

R = 41.63%
G = 2.71%
B = 55.66%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B80CF6 (or 0xB80CF6) is known color: Electric Purple. HEX triplet: B8, 0C and F6. RGB value is (184,12,246). Sum of RGB (Red+Green+Blue) = 184+12+246=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 12 (5.08% from 255 or 2.71% from 442); Blue value is 246 (96.48% from 255 or 55.66% from 442); Max value from RGB is 246 - color contains mainly: blue. Hex color #B80CF6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B80CF6 is #47F309. Grayscale: #595959. Windows color (decimal): -4715274 or 16125112. OLE color: 16125112.

HSL color Cylindrical-coordinate representation of color #B80CF6: hue angle of 284.1º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80CF6 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 184 12 246 -
CMYK 0.25 0.95 0 0.04
HSL 284.1º 0.93% 0.51% -
HSV(B) 284.1º 0.95% 0.96% -
XYZ 36.53 17.11 88.57 -
YUV 90.1 215.98 194.97 -
System Red Green Blue C M Y K H S L
Decimal 184 12 246 0.25 0.95 0 0.04 284.1 0.93 0.51
Hex B8 C F6 19 5F 0 4 11C 5D 33
Octal 270 14 366 31 137 0 4 434 135 63
Binary 10111000 1100 11110110 11001 1011111 0 100 100011100 1011101 110011

Color Harmonies of #B80CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80CF6

Black with #B80CF6

Text Example


Text Example

White with #B80CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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