#B417EE

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

Shades of Electric Purple #B417EE

Tints of Electric Purple #B417EE

Color information

#B417EE (or 0xB417EE) is unknown color: approx Electric Purple. HEX triplet: B4, 17 and EE. RGB value is (180,23,238). Sum of RGB (Red+Green+Blue) = 180+23+238=441 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.82% from 441); Green value is 23 (9.38% from 255 or 5.22% from 441); Blue value is 238 (93.36% from 255 or 53.97% from 441); Max value from RGB is 238 - color contains mainly: blue. Hex color #B417EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B417EE is #4BE811. Grayscale: #5D5D5D. Windows color (decimal): -4974610 or 15603636. OLE color: 15603636.

HSL color Cylindrical-coordinate representation of color #B417EE: hue angle of 283.81º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B417EE is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18023238-
CMYK0.240.9000.07
HSL283.81º86.35%51.18%-
HSV(B)283.81º90.34%93.33%-
XYZ34.5616.4982.25-
YUV94.45209.01189.02-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 40.82%
GREEN value IS 23 (9.38% from 255) = 5.22%
BLUE value IS 238 (93.36% from 255) = 53.97%
R=40.82%
G=5.22%
B=53.97%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal180232380.240.9000.07283.8186.3551.18
HexB417EE185A0711c5633
Octal26427356301320743412663
Binary10110100101111110111011000101101001111000111001010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B417EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B417EE; }

 p { color: rgb(180,23,238); }

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

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

 a { background-color: rgb(180,23,238); }

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

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

 span { border-color: rgb(180,23,238); }

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