#B608F9

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

Shades of Electric Purple #B608F9

Tints of Electric Purple #B608F9

Color information

#B608F9 (or 0xB608F9) is unknown color: approx Electric Purple. HEX triplet: B6, 08 and F9. RGB value is (182,8,249). Sum of RGB (Red+Green+Blue) = 182+8+249=439 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.46% from 439); Green value is 8 (3.52% from 255 or 1.82% from 439); Blue value is 249 (97.66% from 255 or 56.72% from 439); Max value from RGB is 249 - color contains mainly: blue. Hex color #B608F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B608F9 is #49F706. Grayscale: #565656. Windows color (decimal): -4847367 or 16320694. OLE color: 16320694.

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

Color convert

RGB1828249-
CMYK0.270.9700.02
HSL283.32º95.26%50.39%-
HSV(B)283.32º96.79%97.65%-
XYZ36.4816.9690.97-
YUV87.5219.15195.4-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.46%
GREEN value IS 8 (3.52% from 255) = 1.82%
BLUE value IS 249 (97.66% from 255) = 56.72%
R=41.46%
G=1.82%
B=56.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal18282490.270.9700.02283.3295.2650.39
HexB68F91B610211b5f32
Octal26610371331410243313762
Binary101101101000111110011101111000010101000110111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B608F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B608F9; }

 p { color: rgb(182,8,249); }

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

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

 a { background-color: rgb(182,8,249); }

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

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

 span { border-color: rgb(182,8,249); }

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