#B406F9

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

Shades of Electric Purple #B406F9

Tints of Electric Purple #B406F9

Color information

#B406F9 (or 0xB406F9) is unknown color: approx Electric Purple. HEX triplet: B4, 06 and F9. RGB value is (180,6,249). Sum of RGB (Red+Green+Blue) = 180+6+249=435 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.38% from 435); Green value is 6 (2.73% from 255 or 1.38% from 435); Blue value is 249 (97.66% from 255 or 57.24% from 435); Max value from RGB is 249 - color contains mainly: blue. Hex color #B406F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B406F9 is #4BF906. Grayscale: #545454. Windows color (decimal): -4978951 or 16320180. OLE color: 16320180.

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

Color convert

RGB1806249-
CMYK0.280.9800.02
HSL282.96º95.29%50%-
HSV(B)282.96º97.59%97.65%-
XYZ35.9916.6790.94-
YUV85.73220.15195.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.38%
GREEN value IS 6 (2.73% from 255) = 1.38%
BLUE value IS 249 (97.66% from 255) = 57.24%
R=41.38%
G=1.38%
B=57.24%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal18062490.280.9800.02282.9695.2950
HexB46F91C620211b5f32
Octal2646371341420243313762
Binary10110100110111110011110011000100101000110111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B406F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B406F9; }

 p { color: rgb(180,6,249); }

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

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

 a { background-color: rgb(180,6,249); }

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

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

 span { border-color: rgb(180,6,249); }

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