Html Css Color HEX #B82FFB Electric Purple

📋 copy color: '#B82FFB'

red 184 ◦ green 47 ◦ blue 251

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

Shades of Electric Purple #B82FFB

Tints of Electric Purple #B82FFB

RGB

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

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

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

R = 38.17%
G = 9.75%
B = 52.07%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B82FFB (or 0xB82FFB) is known color: Electric Purple. HEX triplet: B8, 2F and FB. RGB value is (184,47,251). Sum of RGB (Red+Green+Blue) = 184+47+251=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 47 (18.75% from 255 or 9.75% from 482); Blue value is 251 (98.44% from 255 or 52.07% from 482); Max value from RGB is 251 - color contains mainly: blue. Hex color #B82FFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82FFB is #47D004. Grayscale: #6E6E6E. Windows color (decimal): -4706309 or 16461752. OLE color: 16461752.

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

Color convert

RGB 184 47 251 -
CMYK 0.27 0.81 0 0.02
HSL 280.29º 0.96% 0.58% -
HSV(B) 280.29º 0.81% 0.98% -
XYZ 38.2 19.19 92.96 -
YUV 111.22 206.89 179.91 -
System Red Green Blue C M Y K H S L
Decimal 184 47 251 0.27 0.81 0 0.02 280.29 0.96 0.58
Hex B8 2F FB 1B 51 0 2 118 60 3A
Octal 270 57 373 33 121 0 2 430 140 72
Binary 10111000 101111 11111011 11011 1010001 0 10 100011000 1100000 111010

Color Harmonies of #B82FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B82FFB

Black with #B82FFB

Text Example


Text Example

White with #B82FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B82FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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