#B813F1

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

Shades of Electric Purple #B813F1

Tints of Electric Purple #B813F1

Color information

#B813F1 (or 0xB813F1) is unknown color: approx Electric Purple. HEX triplet: B8, 13 and F1. RGB value is (184,19,241). Sum of RGB (Red+Green+Blue) = 184+19+241=444 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.44% from 444); Green value is 19 (7.81% from 255 or 4.28% from 444); Blue value is 241 (94.53% from 255 or 54.28% from 444); Max value from RGB is 241 - color contains mainly: blue. Hex color #B813F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B813F1 is #47EC0E. Grayscale: #5C5C5C. Windows color (decimal): -4713487 or 15799224. OLE color: 15799224.

HSL color Cylindrical-coordinate representation of color #B813F1: hue angle of 284.59º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B813F1 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18419241-
CMYK0.240.9200.05
HSL284.59º88.8%50.98%-
HSV(B)284.59º92.12%94.51%-
XYZ35.8817.0184.61-
YUV93.64211.16192.45-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.44%
GREEN value IS 19 (7.81% from 255) = 4.28%
BLUE value IS 241 (94.53% from 255) = 54.28%
R=41.44%
G=4.28%
B=54.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184192410.240.9200.05284.5988.850.98
HexB813F1185C0511d5933
Octal27023361301340543513163
Binary10111000100111111000111000101110001011000111011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B813F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B813F1; }

 p { color: rgb(184,19,241); }

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

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

 a { background-color: rgb(184,19,241); }

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

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

 span { border-color: rgb(184,19,241); }

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