#B700E6

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

Shades of Electric Purple #B700E6

Tints of Electric Purple #B700E6

Color information

#B700E6 (or 0xB700E6) is unknown color: approx Electric Purple. HEX triplet: B7, 00 and E6. RGB value is (183,0,230). Sum of RGB (Red+Green+Blue) = 183+0+230=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 230 (90.23% from 255 or 55.69% from 413); Max value from RGB is 230 - color contains mainly: blue. Hex color #B700E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B700E6 is #48FF19. Grayscale: #505050. Windows color (decimal): -4783898 or 15073463. OLE color: 15073463.

HSL color Cylindrical-coordinate representation of color #B700E6: hue angle of 287.74º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B700E6 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1830230-
CMYK0.20100.10
HSL287.74º100%45.1%-
HSV(B)287.74º100%90.2%-
XYZ33.8115.7876.13-
YUV80.94212.13200.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.31%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 230 (90.23% from 255) = 55.69%
R=44.31%
G=0%
B=55.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal18302300.20100.10287.7410045.1
HexB70E614640A120642d
Octal26703462414401244014455
Binary10110111011100110101001100100010101001000001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B700E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B700E6; }

 p { color: rgb(183,0,230); }

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

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

 a { background-color: rgb(183,0,230); }

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

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

 span { border-color: rgb(183,0,230); }

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