#B933FF

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

Shades of Electric Purple #B933FF

Tints of Electric Purple #B933FF

Color information

#B933FF (or 0xB933FF) is unknown color: approx Electric Purple. HEX triplet: B9, 33 and FF. RGB value is (185,51,255). Sum of RGB (Red+Green+Blue) = 185+51+255=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 51 (20.31% from 255 or 10.39% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #B933FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B933FF is #46CC00. Grayscale: #717171. Windows color (decimal): -4639745 or 16724921. OLE color: 16724921.

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

Color convert

RGB18551255-
CMYK0.270.800
HSL279.41º100%60%-
HSV(B)279.41º80%100%-
XYZ39.2419.996.38-
YUV114.32207.39178.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.68%
GREEN value IS 51 (20.31% from 255) = 10.39%
BLUE value IS 255 (100% from 255) = 51.93%
R=37.68%
G=10.39%
B=51.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal185512550.270.800279.4110060
HexB933FF1B5000117643c
Octal27163377331200042714474
Binary1011100111001111111111110111010000001000101111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B933FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B933FF; }

 p { color: rgb(185,51,255); }

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

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

 a { background-color: rgb(185,51,255); }

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

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

 span { border-color: rgb(185,51,255); }

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