#B715E1

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

Shades of Electric Purple #B715E1

Tints of Electric Purple #B715E1

Color information

#B715E1 (or 0xB715E1) is unknown color: approx Electric Purple. HEX triplet: B7, 15 and E1. RGB value is (183,21,225). Sum of RGB (Red+Green+Blue) = 183+21+225=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 21 (8.59% from 255 or 4.90% from 429); Blue value is 225 (88.28% from 255 or 52.45% from 429); Max value from RGB is 225 - color contains mainly: blue. Hex color #B715E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B715E1 is #48EA1E. Grayscale: #5C5C5C. Windows color (decimal): -4778527 or 14751159. OLE color: 14751159.

HSL color Cylindrical-coordinate representation of color #B715E1: hue angle of 287.65º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B715E1 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18321225-
CMYK0.190.9100.12
HSL287.65º82.93%48.24%-
HSV(B)287.65º90.67%88.24%-
XYZ33.3916.0472.57-
YUV92.69202.67192.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 21 (8.59% from 255) = 4.90%
BLUE value IS 225 (88.28% from 255) = 52.45%
R=42.66%
G=4.90%
B=52.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal183212250.190.9100.12287.6582.9348.24
HexB715E1135B0C1205330
Octal267253412313301444012360
Binary101101111010111100001100111011011011001001000001010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B715E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B715E1; }

 p { color: rgb(183,21,225); }

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

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

 a { background-color: rgb(183,21,225); }

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

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

 span { border-color: rgb(183,21,225); }

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