#B308E0

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

Shades of Electric Purple #B308E0

Tints of Electric Purple #B308E0

Color information

#B308E0 (or 0xB308E0) is unknown color: approx Electric Purple. HEX triplet: B3, 08 and E0. RGB value is (179,8,224). Sum of RGB (Red+Green+Blue) = 179+8+224=411 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.55% from 411); Green value is 8 (3.52% from 255 or 1.95% from 411); Blue value is 224 (87.89% from 255 or 54.50% from 411); Max value from RGB is 224 - color contains mainly: blue. Hex color #B308E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B308E0 is #4CF71F. Grayscale: #535353. Windows color (decimal): -5044000 or 14682291. OLE color: 14682291.

HSL color Cylindrical-coordinate representation of color #B308E0: hue angle of 287.5º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B308E0 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1798224-
CMYK0.200.9600.12
HSL287.5º93.1%45.49%-
HSV(B)287.5º96.43%87.84%-
XYZ32.1315.1471.75-
YUV83.75207.15195.94-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.55%
GREEN value IS 8 (3.52% from 255) = 1.95%
BLUE value IS 224 (87.89% from 255) = 54.50%
R=43.55%
G=1.95%
B=54.50%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal17982240.200.9600.12287.593.145.49
HexB38E014600C1205d2d
Octal263103402414001444013555
Binary10110011100011100000101001100000011001001000001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B308E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B308E0; }

 p { color: rgb(179,8,224); }

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

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

 a { background-color: rgb(179,8,224); }

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

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

 span { border-color: rgb(179,8,224); }

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