Html Css Color HEX #B82AFE Electric Purple

📋 copy color: '#B82AFE'

red 184 ◦ green 42 ◦ blue 254

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

Shades of Electric Purple #B82AFE

Tints of Electric Purple #B82AFE

RGB

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

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

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

R = 38.33%
G = 8.75%
B = 52.92%

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

#B82AFE (or 0xB82AFE) is known color: Electric Purple. HEX triplet: B8, 2A and FE. RGB value is (184,42,254). Sum of RGB (Red+Green+Blue) = 184+42+254=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 42 (16.80% from 255 or 8.75% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #B82AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82AFE is #47D501. Grayscale: #6B6B6B. Windows color (decimal): -4707586 or 16657080. OLE color: 16657080.

HSL color Cylindrical-coordinate representation of color #B82AFE: hue angle of 280.19º 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 #B82AFE is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 184 42 254 -
CMYK 0.28 0.83 0 0.00
HSL 280.19º 0.99% 0.58% -
HSV(B) 280.19º 0.83% 1% -
XYZ 38.48 19 95.41 -
YUV 108.63 210.04 181.76 -
System Red Green Blue C M Y K H S L
Decimal 184 42 254 0.28 0.83 0 0.00 280.19 0.99 0.58
Hex B8 2A FE 1C 53 0 0 118 63 3A
Octal 270 52 376 34 123 0 0 430 143 72
Binary 10111000 101010 11111110 11100 1010011 0 0 100011000 1100011 111010

Color Harmonies of #B82AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82AFE

Black with #B82AFE

Text Example


Text Example

White with #B82AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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