Html Css Color HEX #B82DFE Electric Purple

📋 copy color: '#B82DFE'

red 184 ◦ green 45 ◦ blue 254

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

Shades of Electric Purple #B82DFE

Tints of Electric Purple #B82DFE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.32%

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

R = 38.1%
G = 9.32%
B = 52.59%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B82DFE (or 0xB82DFE) is known color: Electric Purple. HEX triplet: B8, 2D and FE. RGB value is (184,45,254). Sum of RGB (Red+Green+Blue) = 184+45+254=483 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.10% from 483); Green value is 45 (17.97% from 255 or 9.32% from 483); Blue value is 254 (99.61% from 255 or 52.59% from 483); Max value from RGB is 254 - color contains mainly: blue. Hex color #B82DFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82DFE is #47D201. Grayscale: #6D6D6D. Windows color (decimal): -4706818 or 16657848. OLE color: 16657848.

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

Color convert

RGB 184 45 254 -
CMYK 0.28 0.82 0 0.00
HSL 279.9º 0.99% 0.59% -
HSV(B) 279.9º 0.82% 1% -
XYZ 38.59 19.22 95.44 -
YUV 110.39 209.05 180.51 -
System Red Green Blue C M Y K H S L
Decimal 184 45 254 0.28 0.82 0 0.00 279.9 0.99 0.59
Hex B8 2D FE 1C 52 0 0 118 63 3B
Octal 270 55 376 34 122 0 0 430 143 73
Binary 10111000 101101 11111110 11100 1010010 0 0 100011000 1100011 111011

Color Harmonies of #B82DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82DFE

Black with #B82DFE

Text Example


Text Example

White with #B82DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82DFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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