#B300FF

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

Shades of Electric Purple #B300FF

Tints of Electric Purple #B300FF

Color information

#B300FF (or 0xB300FF) is unknown color: approx Electric Purple. HEX triplet: B3, 00 and FF. RGB value is (179,0,255). Sum of RGB (Red+Green+Blue) = 179+0+255=434 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.24% from 434); Green value is 0 (0.39% from 255 or 0% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #B300FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B300FF is #4CFF00. Grayscale: #515151. Windows color (decimal): -5046017 or 16711859. OLE color: 16711859.

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

Color convert

RGB1790255-
CMYK0.30100
HSL282.12º100%50%-
HSV(B)282.12º100%100%-
XYZ36.6416.895.92-
YUV82.59225.3196.77-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.24%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 58.76%
R=41.24%
G=0%
B=58.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal17902550.30100282.1210050
HexB30FF1E640011a6432
Octal2630377361440043214462
Binary10110011011111111111101100100001000110101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B300FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B300FF; }

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

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

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

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

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

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

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

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