#B913F4

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

Shades of Electric Purple #B913F4

Tints of Electric Purple #B913F4

Color information

#B913F4 (or 0xB913F4) is unknown color: approx Electric Purple. HEX triplet: B9, 13 and F4. RGB value is (185,19,244). Sum of RGB (Red+Green+Blue) = 185+19+244=448 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.29% from 448); Green value is 19 (7.81% from 255 or 4.24% from 448); Blue value is 244 (95.70% from 255 or 54.46% from 448); Max value from RGB is 244 - color contains mainly: blue. Hex color #B913F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B913F4 is #46EC0B. Grayscale: #5D5D5D. Windows color (decimal): -4647948 or 15995833. OLE color: 15995833.

HSL color Cylindrical-coordinate representation of color #B913F4: hue angle of 284.27º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B913F4 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18519244-
CMYK0.240.9200.04
HSL284.27º91.09%51.57%-
HSV(B)284.27º92.21%95.69%-
XYZ36.5717.3187-
YUV94.28212.5192.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.29%
GREEN value IS 19 (7.81% from 255) = 4.24%
BLUE value IS 244 (95.70% from 255) = 54.46%
R=41.29%
G=4.24%
B=54.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal185192440.240.9200.04284.2791.0951.57
HexB913F4185C0411c5b34
Octal27123364301340443413364
Binary10111001100111111010011000101110001001000111001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B913F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B913F4; }

 p { color: rgb(185,19,244); }

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

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

 a { background-color: rgb(185,19,244); }

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

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

 span { border-color: rgb(185,19,244); }

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