Html Css Color HEX #B82DFB Electric Purple

📋 copy color: '#B82DFB'

red 184 ◦ green 45 ◦ blue 251

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

Shades of Electric Purple #B82DFB

Tints of Electric Purple #B82DFB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 9.38%

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

R = 38.33%
G = 9.38%
B = 52.29%

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

#B82DFB (or 0xB82DFB) is known color: Electric Purple. HEX triplet: B8, 2D and FB. RGB value is (184,45,251). Sum of RGB (Red+Green+Blue) = 184+45+251=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 45 (17.97% from 255 or 9.38% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #B82DFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82DFB is #47D204. Grayscale: #6D6D6D. Windows color (decimal): -4706821 or 16461240. OLE color: 16461240.

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

Color convert

RGB 184 45 251 -
CMYK 0.27 0.82 0 0.02
HSL 280.49º 0.96% 0.58% -
HSV(B) 280.49º 0.82% 0.98% -
XYZ 38.12 19.03 92.93 -
YUV 110.05 207.55 180.75 -
System Red Green Blue C M Y K H S L
Decimal 184 45 251 0.27 0.82 0 0.02 280.49 0.96 0.58
Hex B8 2D FB 1B 52 0 2 118 60 3A
Octal 270 55 373 33 122 0 2 430 140 72
Binary 10111000 101101 11111011 11011 1010010 0 10 100011000 1100000 111010

Color Harmonies of #B82DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82DFB

Black with #B82DFB

Text Example


Text Example

White with #B82DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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