#B102F8

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

Shades of Electric Purple #B102F8

Tints of Electric Purple #B102F8

Color information

#B102F8 (or 0xB102F8) is unknown color: approx Electric Purple. HEX triplet: B1, 02 and F8. RGB value is (177,2,248). Sum of RGB (Red+Green+Blue) = 177+2+248=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 2 (1.17% from 255 or 0.47% from 427); Blue value is 248 (97.27% from 255 or 58.08% from 427); Max value from RGB is 248 - color contains mainly: blue. Hex color #B102F8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B102F8 is #4EFD07. Grayscale: #515151. Windows color (decimal): -5176584 or 16253617. OLE color: 16253617.

HSL color Cylindrical-coordinate representation of color #B102F8: hue angle of 282.68º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B102F8 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1772248-
CMYK0.290.9900.03
HSL282.68º98.4%49.02%-
HSV(B)282.68º99.19%97.25%-
XYZ35.116.1790.08-
YUV82.37221.48195.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 2 (1.17% from 255) = 0.47%
BLUE value IS 248 (97.27% from 255) = 58.08%
R=41.45%
G=0.47%
B=58.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal17722480.290.9900.03282.6898.449.02
HexB12F81D630311b6231
Octal2612370351430343314261
Binary1011000110111110001110111000110111000110111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B102F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B102F8; }

 p { color: rgb(177,2,248); }

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

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

 a { background-color: rgb(177,2,248); }

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

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

 span { border-color: rgb(177,2,248); }

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