#B800FC

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

Shades of Electric Purple #B800FC

Tints of Electric Purple #B800FC

Color information

#B800FC (or 0xB800FC) is unknown color: approx Electric Purple. HEX triplet: B8, 00 and FC. RGB value is (184,0,252). Sum of RGB (Red+Green+Blue) = 184+0+252=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 0 (0.39% from 255 or 0% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #B800FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B800FC is #47FF03. Grayscale: #525252. Windows color (decimal): -4718340 or 16515256. OLE color: 16515256.

HSL color Cylindrical-coordinate representation of color #B800FC: hue angle of 283.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B800FC is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB1840252-
CMYK0.27100.01
HSL283.81º100%49.41%-
HSV(B)283.81º100%98.82%-
XYZ37.3417.2293.45-
YUV83.74222.96199.51-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 252 (98.83% from 255) = 57.80%
R=42.20%
G=0%
B=57.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal18402520.27100.01283.8110049.41
HexB80FC1B640111c6431
Octal2700374331440143414461
Binary10111000011111100110111100100011000111001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B800FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B800FC; }

 p { color: rgb(184,0,252); }

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

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

 a { background-color: rgb(184,0,252); }

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

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

 span { border-color: rgb(184,0,252); }

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