#b714ee

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

Shades of Electric Purple #B714EE

Tints of Electric Purple #B714EE

Color information

#B714EE (or 0xB714EE) is unknown color: approx Electric Purple. HEX triplet: B7, 14 and EE. RGB value is (183,20,238). Sum of RGB (Red+Green+Blue) = 183+20+238=441 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.50% from 441); Green value is 20 (8.20% from 255 or 4.54% 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 #B714EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B714EE is #48EB11. Grayscale: #5C5C5C. Windows color (decimal): -4778770 or 15602871. OLE color: 15602871.

HSL color Cylindrical-coordinate representation of color #B714EE: hue angle of 284.86º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B714EE is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18320238-
CMYK0.230.9200.07
HSL284.86º86.51%50.59%-
HSV(B)284.86º91.6%93.33%-
XYZ35.2116.7482.26-
YUV93.59209.5191.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 41.50%
GREEN value IS 20 (8.20% from 255) = 4.54%
BLUE value IS 238 (93.36% from 255) = 53.97%
R=41.50%
G=4.54%
B=53.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal183202380.230.9200.07284.8686.5150.59
HexB714EE175C0711d5733
Octal26724356271340743512763
Binary10110111101001110111010111101110001111000111011010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b714ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b714ee; }

 p { color: rgb(183,20,238); }

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

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

 a { background-color: rgb(183,20,238); }

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

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

 span { border-color: rgb(183,20,238); }

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