#B605F8

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

Shades of Electric Purple #B605F8

Tints of Electric Purple #B605F8

Color information

#B605F8 (or 0xB605F8) is unknown color: approx Electric Purple. HEX triplet: B6, 05 and F8. RGB value is (182,5,248). Sum of RGB (Red+Green+Blue) = 182+5+248=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 5 (2.34% from 255 or 1.15% from 435); Blue value is 248 (97.27% from 255 or 57.01% from 435); Max value from RGB is 248 - color contains mainly: blue. Hex color #B605F8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B605F8 is #49FA07. Grayscale: #545454. Windows color (decimal): -4848136 or 16254390. OLE color: 16254390.

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

Color convert

RGB1825248-
CMYK0.270.9800.03
HSL283.7º96.05%49.61%-
HSV(B)283.7º97.98%97.25%-
XYZ36.2916.8390.14-
YUV85.62219.64196.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 5 (2.34% from 255) = 1.15%
BLUE value IS 248 (97.27% from 255) = 57.01%
R=41.84%
G=1.15%
B=57.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal18252480.270.9800.03283.796.0549.61
HexB65F81B620311c6032
Octal2665370331420343414062
Binary10110110101111110001101111000100111000111001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B605F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B605F8; }

 p { color: rgb(182,5,248); }

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

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

 a { background-color: rgb(182,5,248); }

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

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

 span { border-color: rgb(182,5,248); }

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