Html Css Color HEX #B82EFF Electric Purple

📋 copy color: '#B82EFF'

red 184 ◦ green 46 ◦ blue 255

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

Shades of Electric Purple #B82EFF

Tints of Electric Purple #B82EFF

RGB

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

 GREEN value IS 46 (18.36% from 255) = 9.48%

 BLUE value IS 255 (100% from 255) = 52.58%

R = 37.94%
G = 9.48%
B = 52.58%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B82EFF (or 0xB82EFF) is known color: Electric Purple. HEX triplet: B8, 2E and FF. RGB value is (184,46,255). Sum of RGB (Red+Green+Blue) = 184+46+255=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 46 (18.36% from 255 or 9.48% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #B82EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82EFF is #47D100. Grayscale: #6E6E6E. Windows color (decimal): -4706561 or 16723640. OLE color: 16723640.

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

Color convert

RGB 184 46 255 -
CMYK 0.28 0.82 0 0
HSL 279.62º 1% 0.59% -
HSV(B) 279.62º 0.82% 1% -
XYZ 38.79 19.36 96.3 -
YUV 111.09 209.22 180.01 -
System Red Green Blue C M Y K H S L
Decimal 184 46 255 0.28 0.82 0 0 279.62 1 0.59
Hex B8 2E FF 1C 52 0 0 118 64 3B
Octal 270 56 377 34 122 0 0 430 144 73
Binary 10111000 101110 11111111 11100 1010010 0 0 100011000 1100100 111011

Color Harmonies of #B82EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82EFF

Black with #B82EFF

Text Example


Text Example

White with #B82EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82EFF; }

 p { color: rgb(184,46,255); }

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

background-color css

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

 a { background-color: rgb(184,46,255); }

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

border-color css

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

 span { border-color: rgb(184,46,255); }

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