Html Css Color HEX #B82CFB Electric Purple

📋 copy color: '#B82CFB'

red 184 ◦ green 44 ◦ blue 251

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

Shades of Electric Purple #B82CFB

Tints of Electric Purple #B82CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.4%

R = 38.41%
G = 9.19%
B = 52.4%

CMYK

 C value IS 0.27

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B82CFB (or 0xB82CFB) is known color: Electric Purple. HEX triplet: B8, 2C and FB. RGB value is (184,44,251). Sum of RGB (Red+Green+Blue) = 184+44+251=479 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.41% from 479); Green value is 44 (17.58% from 255 or 9.19% from 479); Blue value is 251 (98.44% from 255 or 52.40% from 479); Max value from RGB is 251 - color contains mainly: blue. Hex color #B82CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82CFB is #47D304. Grayscale: #6C6C6C. Windows color (decimal): -4707077 or 16460984. OLE color: 16460984.

HSL color Cylindrical-coordinate representation of color #B82CFB: hue angle of 280.58º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B82CFB is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 44 251 -
CMYK 0.27 0.82 0 0.02
HSL 280.58º 0.96% 0.58% -
HSV(B) 280.58º 0.82% 0.98% -
XYZ 38.08 18.96 92.92 -
YUV 109.46 207.88 181.17 -
System Red Green Blue C M Y K H S L
Decimal 184 44 251 0.27 0.82 0 0.02 280.58 0.96 0.58
Hex B8 2C FB 1B 52 0 2 119 60 3A
Octal 270 54 373 33 122 0 2 431 140 72
Binary 10111000 101100 11111011 11011 1010010 0 10 100011001 1100000 111010

Color Harmonies of #B82CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82CFB

Black with #B82CFB

Text Example


Text Example

White with #B82CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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