#B30BFF

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

Shades of Electric Purple #B30BFF

Tints of Electric Purple #B30BFF

Color information

#B30BFF (or 0xB30BFF) is unknown color: approx Electric Purple. HEX triplet: B3, 0B and FF. RGB value is (179,11,255). Sum of RGB (Red+Green+Blue) = 179+11+255=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #B30BFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B30BFF is #4CF400. Grayscale: #585858. Windows color (decimal): -5043201 or 16714675. OLE color: 16714675.

HSL color Cylindrical-coordinate representation of color #B30BFF: hue angle of 281.31º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30BFF is Cyan = 0.30, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB17911255-
CMYK0.300.9600
HSL281.31º100%52.16%-
HSV(B)281.31º95.69%100%-
XYZ36.7617.0495.96-
YUV89.05221.66192.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 11 (4.69% from 255) = 2.47%
BLUE value IS 255 (100% from 255) = 57.30%
R=40.22%
G=2.47%
B=57.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal179112550.300.9600281.3110052.16
HexB3BFF1E60001196434
Octal26313377361400043114464
Binary10110011101111111111111101100000001000110011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30BFF; }

 p { color: rgb(179,11,255); }

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

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

 a { background-color: rgb(179,11,255); }

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

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

 span { border-color: rgb(179,11,255); }

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