#B722EB

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

Shades of Electric Purple #B722EB

Tints of Electric Purple #B722EB

Color information

#B722EB (or 0xB722EB) is unknown color: approx Electric Purple. HEX triplet: B7, 22 and EB. RGB value is (183,34,235). Sum of RGB (Red+Green+Blue) = 183+34+235=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 34 (13.67% from 255 or 7.52% from 452); Blue value is 235 (92.19% from 255 or 51.99% from 452); Max value from RGB is 235 - color contains mainly: blue. Hex color #B722EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B722EB is #48DD14. Grayscale: #646464. Windows color (decimal): -4775189 or 15409847. OLE color: 15409847.

HSL color Cylindrical-coordinate representation of color #B722EB: hue angle of 284.48º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B722EB is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18334235-
CMYK0.220.8600.08
HSL284.48º83.4%52.75%-
HSV(B)284.48º85.53%92.16%-
XYZ35.117.2180.07-
YUV101.46203.36186.16-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.49%
GREEN value IS 34 (13.67% from 255) = 7.52%
BLUE value IS 235 (92.19% from 255) = 51.99%
R=40.49%
G=7.52%
B=51.99%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal183342350.220.8600.08284.4883.452.75
HexB722EB16560811c5335
Octal267423532612601043412365
Binary1011011110001011101011101101010110010001000111001010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B722EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B722EB; }

 p { color: rgb(183,34,235); }

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

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

 a { background-color: rgb(183,34,235); }

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

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

 span { border-color: rgb(183,34,235); }

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