Html Css Color HEX #B82FFA Electric Purple

📋 copy color: '#B82FFA'

red 184 ◦ green 47 ◦ blue 250

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

Shades of Electric Purple #B82FFA

Tints of Electric Purple #B82FFA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.77%

 BLUE value IS 250 (98.05% from 255) = 51.98%

R = 38.25%
G = 9.77%
B = 51.98%

CMYK

 C value IS 0.26

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B82FFA (or 0xB82FFA) is known color: Electric Purple. HEX triplet: B8, 2F and FA. RGB value is (184,47,250). Sum of RGB (Red+Green+Blue) = 184+47+250=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 47 (18.75% from 255 or 9.77% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #B82FFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82FFA is #47D005. Grayscale: #6E6E6E. Windows color (decimal): -4706310 or 16396216. OLE color: 16396216.

HSL color Cylindrical-coordinate representation of color #B82FFA: hue angle of 280.49º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82FFA is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 47 250 -
CMYK 0.26 0.81 0 0.02
HSL 280.49º 0.95% 0.58% -
HSV(B) 280.49º 0.81% 0.98% -
XYZ 38.04 19.13 92.13 -
YUV 111.11 206.39 179.99 -
System Red Green Blue C M Y K H S L
Decimal 184 47 250 0.26 0.81 0 0.02 280.49 0.95 0.58
Hex B8 2F FA 1A 51 0 2 118 5F 3A
Octal 270 57 372 32 121 0 2 430 137 72
Binary 10111000 101111 11111010 11010 1010001 0 10 100011000 1011111 111010

Color Harmonies of #B82FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82FFA

Black with #B82FFA

Text Example


Text Example

White with #B82FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82FFA; }

 p { color: rgb(184,47,250); }

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

background-color css

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

 a { background-color: rgb(184,47,250); }

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

border-color css

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

 span { border-color: rgb(184,47,250); }

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