#B627F5

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

Shades of Electric Purple #B627F5

Tints of Electric Purple #B627F5

Color information

#B627F5 (or 0xB627F5) is unknown color: approx Electric Purple. HEX triplet: B6, 27 and F5. RGB value is (182,39,245). Sum of RGB (Red+Green+Blue) = 182+39+245=466 (61% of max value = 765). Red value is 182 (71.48% from 255 or 39.06% from 466); Green value is 39 (15.62% from 255 or 8.37% from 466); Blue value is 245 (96.09% from 255 or 52.58% from 466); Max value from RGB is 245 - color contains mainly: blue. Hex color #B627F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B627F5 is #49D80A. Grayscale: #686868. Windows color (decimal): -4839435 or 16066486. OLE color: 16066486.

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

Color convert

RGB18239245-
CMYK0.260.8400.04
HSL281.65º91.15%55.69%-
HSV(B)281.65º84.08%96.08%-
XYZ36.517.9987.93-
YUV105.24206.88182.75-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.06%
GREEN value IS 39 (15.62% from 255) = 8.37%
BLUE value IS 245 (96.09% from 255) = 52.58%
R=39.06%
G=8.37%
B=52.58%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182392450.260.8400.04281.6591.1555.69
HexB627F51A540411a5b38
Octal26647365321240443213370
Binary101101101001111111010111010101010001001000110101011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B627F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B627F5; }

 p { color: rgb(182,39,245); }

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

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

 a { background-color: rgb(182,39,245); }

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

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

 span { border-color: rgb(182,39,245); }

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