#BF33FF

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

Shades of Electric Purple #BF33FF

Tints of Electric Purple #BF33FF

Color information

#BF33FF (or 0xBF33FF) is unknown color: approx Electric Purple. HEX triplet: BF, 33 and FF. RGB value is (191,51,255). Sum of RGB (Red+Green+Blue) = 191+51+255=497 (65% of max value = 765). Red value is 191 (75% from 255 or 38.43% from 497); Green value is 51 (20.31% from 255 or 10.26% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF33FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF33FF is #40CC00. Grayscale: #737373. Windows color (decimal): -4246529 or 16724927. OLE color: 16724927.

HSL color Cylindrical-coordinate representation of color #BF33FF: hue angle of 281.18º 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 #BF33FF is Cyan = 0.25, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19151255-
CMYK0.250.800
HSL281.18º100%60%-
HSV(B)281.18º80%100%-
XYZ40.7220.6696.45-
YUV116.12206.38181.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.43%
GREEN value IS 51 (20.31% from 255) = 10.26%
BLUE value IS 255 (100% from 255) = 51.31%
R=38.43%
G=10.26%
B=51.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal191512550.250.800281.1810060
HexBF33FF195000119643c
Octal27763377311200043114474
Binary1011111111001111111111110011010000001000110011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF33FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF33FF; }

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

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

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

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

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

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

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

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