Html Css Color HEX #B82FFE Electric Purple

📋 copy color: '#B82FFE'

red 184 ◦ green 47 ◦ blue 254

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

Shades of Electric Purple #B82FFE

Tints of Electric Purple #B82FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.37%

R = 37.94%
G = 9.69%
B = 52.37%

CMYK

 C value IS 0.28

 M value IS 0.81

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B82FFE (or 0xB82FFE) is known color: Electric Purple. HEX triplet: B8, 2F and FE. RGB value is (184,47,254). Sum of RGB (Red+Green+Blue) = 184+47+254=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 47 (18.75% from 255 or 9.69% from 485); Blue value is 254 (99.61% from 255 or 52.37% from 485); Max value from RGB is 254 - color contains mainly: blue. Hex color #B82FFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82FFE is #47D001. Grayscale: #6E6E6E. Windows color (decimal): -4706306 or 16658360. OLE color: 16658360.

HSL color Cylindrical-coordinate representation of color #B82FFE: hue angle of 279.71º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82FFE is Cyan = 0.28, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 184 47 254 -
CMYK 0.28 0.81 0 0.00
HSL 279.71º 0.99% 0.59% -
HSV(B) 279.71º 0.81% 1% -
XYZ 38.67 19.38 95.47 -
YUV 111.56 208.39 179.67 -
System Red Green Blue C M Y K H S L
Decimal 184 47 254 0.28 0.81 0 0.00 279.71 0.99 0.59
Hex B8 2F FE 1C 51 0 0 118 63 3B
Octal 270 57 376 34 121 0 0 430 143 73
Binary 10111000 101111 11111110 11100 1010001 0 0 100011000 1100011 111011

Color Harmonies of #B82FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82FFE

Black with #B82FFE

Text Example


Text Example

White with #B82FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82FFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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