#B102F9

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

Shades of Electric Purple #B102F9

Tints of Electric Purple #B102F9

Color information

#B102F9 (or 0xB102F9) is unknown color: approx Electric Purple. HEX triplet: B1, 02 and F9. RGB value is (177,2,249). Sum of RGB (Red+Green+Blue) = 177+2+249=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 2 (1.17% from 255 or 0.47% from 428); Blue value is 249 (97.66% from 255 or 58.18% from 428); Max value from RGB is 249 - color contains mainly: blue. Hex color #B102F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B102F9 is #4EFD06. Grayscale: #515151. Windows color (decimal): -5176583 or 16319153. OLE color: 16319153.

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

Color convert

RGB1772249-
CMYK0.290.9900.02
HSL282.51º98.41%49.22%-
HSV(B)282.51º99.2%97.65%-
XYZ35.2516.2390.9-
YUV82.48221.98195.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 2 (1.17% from 255) = 0.47%
BLUE value IS 249 (97.66% from 255) = 58.18%
R=41.36%
G=0.47%
B=58.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal17722490.290.9900.02282.5198.4149.22
HexB12F91D630211b6231
Octal2612371351430243314261
Binary1011000110111110011110111000110101000110111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B102F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B102F9; }

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

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

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

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

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

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

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

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