#B827FA

Color #B827FA Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #B827FA

Tints of Electric Purple #B827FA

Color information

#B827FA (or 0xB827FA) is unknown color: approx Electric Purple. HEX triplet: B8, 27 and FA. RGB value is (184,39,250). Sum of RGB (Red+Green+Blue) = 184+39+250=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 39 (15.62% from 255 or 8.25% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #B827FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B827FA is #47D805. Grayscale: #696969. Windows color (decimal): -4708358 or 16394168. OLE color: 16394168.

HSL color Cylindrical-coordinate representation of color #B827FA: hue angle of 281.23º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B827FA is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18439250-
CMYK0.260.8400.02
HSL281.23º95.48%56.67%-
HSV(B)281.23º84.4%98.04%-
XYZ37.7518.5492.03-
YUV106.41209.04183.34-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.90%
GREEN value IS 39 (15.62% from 255) = 8.25%
BLUE value IS 250 (98.05% from 255) = 52.85%
R=38.90%
G=8.25%
B=52.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal184392500.260.8400.02281.2395.4856.67
HexB827FA1A54021195f39
Octal27047372321240243113771
Binary10111000100111111110101101010101000101000110011011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B827FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B827FA; }

 p { color: rgb(184,39,250); }

 H1.HeaderClassName
 {
   color: #B827FA;
 }
 .AnyTagClassName
 {
   color: #B827FA;
 }
</style>
background-color css

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

 a { background-color: rgb(184,39,250); }

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

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

 span { border-color: rgb(184,39,250); }

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