#b61eef

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

Shades of Electric Purple #B61EEF

Tints of Electric Purple #B61EEF

Color information

#B61EEF (or 0xB61EEF) is unknown color: approx Electric Purple. HEX triplet: B6, 1E and EF. RGB value is (182,30,239). Sum of RGB (Red+Green+Blue) = 182+30+239=451 (59% of max value = 765). Red value is 182 (71.48% from 255 or 40.35% from 451); Green value is 30 (12.11% from 255 or 6.65% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #B61EEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B61EEF is #49E110. Grayscale: #626262. Windows color (decimal): -4841745 or 15670966. OLE color: 15670966.

HSL color Cylindrical-coordinate representation of color #B61EEF: hue angle of 283.64º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B61EEF is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18230239-
CMYK0.240.8700.06
HSL283.64º86.72%52.75%-
HSV(B)283.64º87.45%93.73%-
XYZ35.3417.1183.1-
YUV99.27206.86187.01-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.35%
GREEN value IS 30 (12.11% from 255) = 6.65%
BLUE value IS 239 (93.75% from 255) = 52.99%
R=40.35%
G=6.65%
B=52.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal182302390.240.8700.06283.6486.7252.75
HexB61EEF18570611c5735
Octal26636357301270643412765
Binary10110110111101110111111000101011101101000111001010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b61eef

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b61eef; }

 p { color: rgb(182,30,239); }

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

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

 a { background-color: rgb(182,30,239); }

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

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

 span { border-color: rgb(182,30,239); }

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