Html Css Color HEX #B82AFF Electric Purple

📋 copy color: '#B82AFF'

red 184 ◦ green 42 ◦ blue 255

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

Shades of Electric Purple #B82AFF

Tints of Electric Purple #B82AFF

RGB

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

 GREEN value IS 42 (16.8% from 255) = 8.73%

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

R = 38.25%
G = 8.73%
B = 53.01%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B82AFF (or 0xB82AFF) is known color: Electric Purple. HEX triplet: B8, 2A and FF. RGB value is (184,42,255). Sum of RGB (Red+Green+Blue) = 184+42+255=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 42 (16.80% from 255 or 8.73% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #B82AFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82AFF is #47D500. Grayscale: #6C6C6C. Windows color (decimal): -4707585 or 16722616. OLE color: 16722616.

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

Color convert

RGB 184 42 255 -
CMYK 0.28 0.84 0 0
HSL 280º 1% 0.58% -
HSV(B) 280º 0.84% 1% -
XYZ 38.65 19.07 96.25 -
YUV 108.74 210.54 181.68 -
System Red Green Blue C M Y K H S L
Decimal 184 42 255 0.28 0.84 0 0 280 1 0.58
Hex B8 2A FF 1C 54 0 0 118 64 3A
Octal 270 52 377 34 124 0 0 430 144 72
Binary 10111000 101010 11111111 11100 1010100 0 0 100011000 1100100 111010

Color Harmonies of #B82AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82AFF

Black with #B82AFF

Text Example


Text Example

White with #B82AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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