Html Css Color HEX #B82FFF Electric Purple

📋 copy color: '#B82FFF'

red 184 ◦ green 47 ◦ blue 255

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

Shades of Electric Purple #B82FFF

Tints of Electric Purple #B82FFF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 9.67%

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

R = 37.86%
G = 9.67%
B = 52.47%

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

#B82FFF (or 0xB82FFF) is known color: Electric Purple. HEX triplet: B8, 2F and FF. RGB value is (184,47,255). Sum of RGB (Red+Green+Blue) = 184+47+255=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 47 (18.75% from 255 or 9.67% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #B82FFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82FFF is #47D000. Grayscale: #6E6E6E. Windows color (decimal): -4706305 or 16723896. OLE color: 16723896.

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

Color convert

RGB 184 47 255 -
CMYK 0.28 0.82 0 0
HSL 279.52º 1% 0.59% -
HSV(B) 279.52º 0.82% 1% -
XYZ 38.83 19.44 96.31 -
YUV 111.68 208.89 179.59 -
System Red Green Blue C M Y K H S L
Decimal 184 47 255 0.28 0.82 0 0 279.52 1 0.59
Hex B8 2F FF 1C 52 0 0 118 64 3B
Octal 270 57 377 34 122 0 0 430 144 73
Binary 10111000 101111 11111111 11100 1010010 0 0 100011000 1100100 111011

Color Harmonies of #B82FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82FFF

Black with #B82FFF

Text Example


Text Example

White with #B82FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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