#B009EB

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

Shades of Electric Purple #B009EB

Tints of Electric Purple #B009EB

Color information

#B009EB (or 0xB009EB) is unknown color: approx Electric Purple. HEX triplet: B0, 09 and EB. RGB value is (176,9,235). Sum of RGB (Red+Green+Blue) = 176+9+235=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 9 (3.91% from 255 or 2.14% from 420); Blue value is 235 (92.19% from 255 or 55.95% from 420); Max value from RGB is 235 - color contains mainly: blue. Hex color #B009EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B009EB is #4FF614. Grayscale: #535353. Windows color (decimal): -5240341 or 15403440. OLE color: 15403440.

HSL color Cylindrical-coordinate representation of color #B009EB: hue angle of 284.34º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B009EB is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1769235-
CMYK0.250.9600.08
HSL284.34º92.62%47.84%-
HSV(B)284.34º96.17%92.16%-
XYZ3315.4279.84-
YUV84.7212.83193.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.90%
GREEN value IS 9 (3.91% from 255) = 2.14%
BLUE value IS 235 (92.19% from 255) = 55.95%
R=41.90%
G=2.14%
B=55.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal17692350.250.9600.08284.3492.6247.84
HexB09EB19600811c5d30
Octal260113533114001043413560
Binary10110000100111101011110011100000010001000111001011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B009EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B009EB; }

 p { color: rgb(176,9,235); }

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

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

 a { background-color: rgb(176,9,235); }

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

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

 span { border-color: rgb(176,9,235); }

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