#b61ef4

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

Shades of Electric Purple #B61EF4

Tints of Electric Purple #B61EF4

Color information

#B61EF4 (or 0xB61EF4) is unknown color: approx Electric Purple. HEX triplet: B6, 1E and F4. RGB value is (182,30,244). Sum of RGB (Red+Green+Blue) = 182+30+244=456 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.91% from 456); Green value is 30 (12.11% from 255 or 6.58% from 456); Blue value is 244 (95.70% from 255 or 53.51% from 456); Max value from RGB is 244 - color contains mainly: blue. Hex color #B61EF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B61EF4 is #49E10B. Grayscale: #636363. Windows color (decimal): -4841740 or 15998646. OLE color: 15998646.

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

Color convert

RGB18230244-
CMYK0.250.8800.04
HSL282.62º90.68%53.73%-
HSV(B)282.62º87.7%95.69%-
XYZ36.0817.4187.05-
YUV99.84209.36186.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 39.91%
GREEN value IS 30 (12.11% from 255) = 6.58%
BLUE value IS 244 (95.70% from 255) = 53.51%
R=39.91%
G=6.58%
B=53.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal182302440.250.8800.04282.6290.6853.73
HexB61EF419580411b5b36
Octal26636364311300443313366
Binary10110110111101111010011001101100001001000110111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b61ef4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b61ef4; }

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

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

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

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

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

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

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

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