#b700f7

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

Shades of Electric Purple #B700F7

Tints of Electric Purple #B700F7

Color information

#B700F7 (or 0xB700F7) is unknown color: approx Electric Purple. HEX triplet: B7, 00 and F7. RGB value is (183,0,247). Sum of RGB (Red+Green+Blue) = 183+0+247=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 0 (0.39% from 255 or 0% from 430); Blue value is 247 (96.88% from 255 or 57.44% from 430); Max value from RGB is 247 - color contains mainly: blue. Hex color #B700F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B700F7 is #48FF08. Grayscale: #525252. Windows color (decimal): -4783881 or 16187575. OLE color: 16187575.

HSL color Cylindrical-coordinate representation of color #B700F7: hue angle of 284.45º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B700F7 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1830247-
CMYK0.26100.03
HSL284.45º100%48.43%-
HSV(B)284.45º100%96.86%-
XYZ36.3216.7889.32-
YUV82.88220.63199.42-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 247 (96.88% from 255) = 57.44%
R=42.56%
G=0%
B=57.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal18302470.26100.03284.4510048.43
HexB70F71A640311c6430
Octal2670367321440343414460
Binary101101110111101111101011001000111000111001100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b700f7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b700f7; }

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

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

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

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

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

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

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

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