#B202F9

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

Shades of Electric Purple #B202F9

Tints of Electric Purple #B202F9

Color information

#B202F9 (or 0xB202F9) is unknown color: approx Electric Purple. HEX triplet: B2, 02 and F9. RGB value is (178,2,249). Sum of RGB (Red+Green+Blue) = 178+2+249=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 2 (1.17% from 255 or 0.47% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #B202F9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B202F9 is #4DFD06. Grayscale: #515151. Windows color (decimal): -5111047 or 16319154. OLE color: 16319154.

HSL color Cylindrical-coordinate representation of color #B202F9: hue angle of 282.75º 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 #B202F9 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB1782249-
CMYK0.290.9900.02
HSL282.75º98.41%49.22%-
HSV(B)282.75º99.2%97.65%-
XYZ35.4816.3590.91-
YUV82.78221.81195.92-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 2 (1.17% from 255) = 0.47%
BLUE value IS 249 (97.66% from 255) = 58.04%
R=41.49%
G=0.47%
B=58.04%

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
Decimal17822490.290.9900.02282.7598.4149.22
HexB22F91D630211b6231
Octal2622371351430243314261
Binary1011001010111110011110111000110101000110111100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B202F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B202F9; }

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

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

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

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

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

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

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

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