Html Css Color HEX #B82CF2 Electric Purple

📋 copy color: '#B82CF2'

red 184 ◦ green 44 ◦ blue 242

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

Shades of Electric Purple #B82CF2

Tints of Electric Purple #B82CF2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.36%

 BLUE value IS 242 (94.92% from 255) = 51.49%

R = 39.15%
G = 9.36%
B = 51.49%

CMYK

 C value IS 0.24

 M value IS 0.82

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B82CF2 (or 0xB82CF2) is known color: Electric Purple. HEX triplet: B8, 2C and F2. RGB value is (184,44,242). Sum of RGB (Red+Green+Blue) = 184+44+242=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 44 (17.58% from 255 or 9.36% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #B82CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82CF2 is #47D30D. Grayscale: #6B6B6B. Windows color (decimal): -4707086 or 15871160. OLE color: 15871160.

HSL color Cylindrical-coordinate representation of color #B82CF2: hue angle of 282.42º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82CF2 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 184 44 242 -
CMYK 0.24 0.82 0 0.05
HSL 282.42º 0.88% 0.56% -
HSV(B) 282.42º 0.82% 0.95% -
XYZ 36.69 18.4 85.62 -
YUV 108.43 203.38 181.9 -
System Red Green Blue C M Y K H S L
Decimal 184 44 242 0.24 0.82 0 0.05 282.42 0.88 0.56
Hex B8 2C F2 18 52 0 5 11A 58 38
Octal 270 54 362 30 122 0 5 432 130 70
Binary 10111000 101100 11110010 11000 1010010 0 101 100011010 1011000 111000

Color Harmonies of #B82CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82CF2

Black with #B82CF2

Text Example


Text Example

White with #B82CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82CF2; }

 p { color: rgb(184,44,242); }

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

background-color css

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

 a { background-color: rgb(184,44,242); }

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

border-color css

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

 span { border-color: rgb(184,44,242); }

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