Html Css Color HEX #B82BFE Electric Purple

📋 copy color: '#B82BFE'

red 184 ◦ green 43 ◦ blue 254

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

Shades of Electric Purple #B82BFE

Tints of Electric Purple #B82BFE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 8.94%

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

R = 38.25%
G = 8.94%
B = 52.81%

CMYK

 C value IS 0.28

 M value IS 0.83

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B82BFE (or 0xB82BFE) is known color: Electric Purple. HEX triplet: B8, 2B and FE. RGB value is (184,43,254). Sum of RGB (Red+Green+Blue) = 184+43+254=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 43 (17.19% from 255 or 8.94% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #B82BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82BFE is #47D401. Grayscale: #6C6C6C. Windows color (decimal): -4707330 or 16657336. OLE color: 16657336.

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

Color convert

RGB 184 43 254 -
CMYK 0.28 0.83 0 0.00
HSL 280.09º 0.99% 0.58% -
HSV(B) 280.09º 0.83% 1% -
XYZ 38.52 19.07 95.42 -
YUV 109.21 209.71 181.34 -
System Red Green Blue C M Y K H S L
Decimal 184 43 254 0.28 0.83 0 0.00 280.09 0.99 0.58
Hex B8 2B FE 1C 53 0 0 118 63 3A
Octal 270 53 376 34 123 0 0 430 143 72
Binary 10111000 101011 11111110 11100 1010011 0 0 100011000 1100011 111010

Color Harmonies of #B82BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82BFE

Black with #B82BFE

Text Example


Text Example

White with #B82BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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